Html Css Color HEX #BD8F45 Tussock

📋 copy color: '#BD8F45'

red 189 ◦ green 143 ◦ blue 69

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

Shades of Tussock #BD8F45

Tints of Tussock #BD8F45

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 47.13%
G = 35.66%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD8F45 (or 0xBD8F45) is known color: Tussock. HEX triplet: BD, 8F and 45. RGB value is (189,143,69). Sum of RGB (Red+Green+Blue) = 189+143+69=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F45 is #4270BA. Grayscale: #949494. Windows color (decimal): -4354235 or 4558781. OLE color: 4558781.

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

Color convert

RGB 189 143 69 -
CMYK 0 0.24 0.63 0.26
HSL 37º 0.48% 0.51% -
HSV(B) 37º 0.63% 0.74% -
XYZ 31.88 30.89 9.91 -
YUV 148.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 189 143 69 0 0.24 0.63 0.26 37 0.48 0.51
Hex BD 8F 45 0 18 3F 1A 25 30 33
Octal 275 217 105 0 30 77 32 45 60 63
Binary 10111101 10001111 1000101 0 11000 111111 11010 100101 110000 110011

Color Harmonies of #BD8F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F45

Black with #BD8F45

Text Example


Text Example

White with #BD8F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F45; }

 p { color: rgb(189,143,69); }

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

background-color css

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

 a { background-color: rgb(189,143,69); }

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

border-color css

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

 span { border-color: rgb(189,143,69); }

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