Html Css Color HEX #BD8C47 Tussock

📋 copy color: '#BD8C47'

red 189 ◦ green 140 ◦ blue 71

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

Shades of Tussock #BD8C47

Tints of Tussock #BD8C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 47.25%
G = 35%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD8C47 (or 0xBD8C47) is known color: Tussock. HEX triplet: BD, 8C and 47. RGB value is (189,140,71). Sum of RGB (Red+Green+Blue) = 189+140+71=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C47 is #4273B8. Grayscale: #939393. Windows color (decimal): -4355001 or 4689085. OLE color: 4689085.

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

Color convert

RGB 189 140 71 -
CMYK 0 0.26 0.62 0.26
HSL 35.08º 0.47% 0.51% -
HSV(B) 35.08º 0.62% 0.74% -
XYZ 31.5 30.03 10.1 -
YUV 146.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 189 140 71 0 0.26 0.62 0.26 35.08 0.47 0.51
Hex BD 8C 47 0 1A 3E 1A 23 2F 33
Octal 275 214 107 0 32 76 32 43 57 63
Binary 10111101 10001100 1000111 0 11010 111110 11010 100011 101111 110011

Color Harmonies of #BD8C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C47

Black with #BD8C47

Text Example


Text Example

White with #BD8C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C47; }

 p { color: rgb(189,140,71); }

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

background-color css

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

 a { background-color: rgb(189,140,71); }

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

border-color css

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

 span { border-color: rgb(189,140,71); }

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