Html Css Color HEX #BD8E56 Twine

📋 copy color: '#BD8E56'

red 189 ◦ green 142 ◦ blue 86

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

Shades of Twine #BD8E56

Tints of Twine #BD8E56

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.05%

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 45.32%
G = 34.05%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD8E56 (or 0xBD8E56) is known color: Twine. HEX triplet: BD, 8E and 56. RGB value is (189,142,86). Sum of RGB (Red+Green+Blue) = 189+142+86=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E56 is #4271A9. Grayscale: #959595. Windows color (decimal): -4354474 or 5672637. OLE color: 5672637.

HSL color Cylindrical-coordinate representation of color #BD8E56: hue angle of 32.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD8E56 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 142 86 -
CMYK 0 0.25 0.54 0.26
HSL 32.62º 0.44% 0.54% -
HSV(B) 32.62º 0.54% 0.74% -
XYZ 32.34 30.84 13.05 -
YUV 149.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 189 142 86 0 0.25 0.54 0.26 32.62 0.44 0.54
Hex BD 8E 56 0 19 36 1A 21 2C 36
Octal 275 216 126 0 31 66 32 41 54 66
Binary 10111101 10001110 1010110 0 11001 110110 11010 100001 101100 110110

Color Harmonies of #BD8E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E56

Black with #BD8E56

Text Example


Text Example

White with #BD8E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E56; }

 p { color: rgb(189,142,86); }

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

background-color css

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

 a { background-color: rgb(189,142,86); }

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

border-color css

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

 span { border-color: rgb(189,142,86); }

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