Html Css Color HEX #BD8859 Twine

📋 copy color: '#BD8859'

red 189 ◦ green 136 ◦ blue 89

#BD8859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #BD8859

Tints of Twine #BD8859

RGB

 RED value IS 189 (74.22% from 255) = 45.65%

 GREEN value IS 136 (53.52% from 255) = 32.85%

 BLUE value IS 89 (35.16% from 255) = 21.5%

R = 45.65%
G = 32.85%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD8859 (or 0xBD8859) is known color: Twine. HEX triplet: BD, 88 and 59. RGB value is (189,136,89). Sum of RGB (Red+Green+Blue) = 189+136+89=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8859 is #4277A6. Grayscale: #929292. Windows color (decimal): -4356007 or 5867709. OLE color: 5867709.

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

Color convert

RGB 189 136 89 -
CMYK 0 0.28 0.53 0.26
HSL 28.2º 0.43% 0.55% -
HSV(B) 28.2º 0.53% 0.74% -
XYZ 31.59 29.15 13.41 -
YUV 146.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 189 136 89 0 0.28 0.53 0.26 28.2 0.43 0.55
Hex BD 88 59 0 1C 35 1A 1C 2B 37
Octal 275 210 131 0 34 65 32 34 53 67
Binary 10111101 10001000 1011001 0 11100 110101 11010 11100 101011 110111

Color Harmonies of #BD8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8859

Black with #BD8859

Text Example


Text Example

White with #BD8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8859; }

 p { color: rgb(189,136,89); }

 H1.HeaderClassName
 {
   color: #BD8859;
 }
 .AnyTagClassName
 {
   color: #BD8859;
 }
</style>

background-color css

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

 a { background-color: rgb(189,136,89); }

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

border-color css

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

 span { border-color: rgb(189,136,89); }

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