Html Css Color HEX #BD8A46 Tussock

📋 copy color: '#BD8A46'

red 189 ◦ green 138 ◦ blue 70

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

Shades of Tussock #BD8A46

Tints of Tussock #BD8A46

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 47.61%
G = 34.76%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD8A46 (or 0xBD8A46) is known color: Tussock. HEX triplet: BD, 8A and 46. RGB value is (189,138,70). Sum of RGB (Red+Green+Blue) = 189+138+70=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A46 is #4275B9. Grayscale: #919191. Windows color (decimal): -4355514 or 4623037. OLE color: 4623037.

HSL color Cylindrical-coordinate representation of color #BD8A46: hue angle of 34.29º degrees, saturation: 0.47, 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 #BD8A46 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 70 -
CMYK 0 0.27 0.63 0.26
HSL 34.29º 0.47% 0.51% -
HSV(B) 34.29º 0.63% 0.74% -
XYZ 31.18 29.44 9.83 -
YUV 145.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 189 138 70 0 0.27 0.63 0.26 34.29 0.47 0.51
Hex BD 8A 46 0 1B 3F 1A 22 2F 33
Octal 275 212 106 0 33 77 32 42 57 63
Binary 10111101 10001010 1000110 0 11011 111111 11010 100010 101111 110011

Color Harmonies of #BD8A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A46

Black with #BD8A46

Text Example


Text Example

White with #BD8A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A46; }

 p { color: rgb(189,138,70); }

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

background-color css

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

 a { background-color: rgb(189,138,70); }

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

border-color css

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

 span { border-color: rgb(189,138,70); }

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