Html Css Color HEX #BD8959 Twine

📋 copy color: '#BD8959'

red 189 ◦ green 137 ◦ blue 89

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

Shades of Twine #BD8959

Tints of Twine #BD8959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

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

R = 45.54%
G = 33.01%
B = 21.45%

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

#BD8959 (or 0xBD8959) is known color: Twine. HEX triplet: BD, 89 and 59. RGB value is (189,137,89). Sum of RGB (Red+Green+Blue) = 189+137+89=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8959 is #4276A6. Grayscale: #939393. Windows color (decimal): -4355751 or 5867965. OLE color: 5867965.

HSL color Cylindrical-coordinate representation of color #BD8959: hue angle of 28.8º 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 #BD8959 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 137 89 -
CMYK 0 0.28 0.53 0.26
HSL 28.8º 0.43% 0.55% -
HSV(B) 28.8º 0.53% 0.74% -
XYZ 31.74 29.43 13.46 -
YUV 147.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 189 137 89 0 0.28 0.53 0.26 28.8 0.43 0.55
Hex BD 89 59 0 1C 35 1A 1D 2B 37
Octal 275 211 131 0 34 65 32 35 53 67
Binary 10111101 10001001 1011001 0 11100 110101 11010 11101 101011 110111

Color Harmonies of #BD8959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8959

Black with #BD8959

Text Example


Text Example

White with #BD8959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8959; }

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

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

background-color css

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

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

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

border-color css

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

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

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