#bd935b

Color #BD935B Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BD935B

Tints of Twine #BD935B

Color information

#BD935B (or 0xBD935B) is unknown color: approx Twine. HEX triplet: BD, 93 and 5B. RGB value is (189,147,91). Sum of RGB (Red+Green+Blue) = 189+147+91=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD935B is #426CA4. Grayscale: #999999. Windows color (decimal): -4353189 or 6001597. OLE color: 6001597.

HSL color Cylindrical-coordinate representation of color #BD935B: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD935B is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18914791-
CMYK00.220.520.26
HSL34.29º42.61%54.9%-
HSV(B)34.29º51.85%74.12%-
XYZ33.3132.4414.4-
YUV153.1792.91153.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=44.26%
G=34.43%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891479100.220.520.2634.2942.6154.9
HexBD935B016341A222b37
Octal2752231330266432425367
Binary1011110110010011101101101011011010011010100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd935b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd935b; }

 p { color: rgb(189,147,91); }

 H1.HeaderClassName
 {
   color: #bd935b;
 }
 .AnyTagClassName
 {
   color: #bd935b;
 }
</style>
background-color css

<style>
 a { background-color: #bd935b; }

 a { background-color: rgb(189,147,91); }

 div.DivClassName
 {
   background-color: #bd935b;
 }
 .BgClassName
 {
   background-color: #bd935b;
 }
</style>
border-color css

<style>
 span { border-color: #bd935b; }

 span { border-color: rgb(189,147,91); }

 td.TdClassName
 {
   border-color: #bd935b;
 }
 .TagClassName
 {
   border-color: #bd935b;
 }
</style>