Html Css Color HEX #BD8948 Tussock

📋 copy color: '#BD8948'

red 189 ◦ green 137 ◦ blue 72

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

Shades of Tussock #BD8948

Tints of Tussock #BD8948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 47.49%
G = 34.42%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD8948 (or 0xBD8948) is known color: Tussock. HEX triplet: BD, 89 and 48. RGB value is (189,137,72). Sum of RGB (Red+Green+Blue) = 189+137+72=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8948 is #4276B7. Grayscale: #919191. Windows color (decimal): -4355768 or 4753853. OLE color: 4753853.

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

Color convert

RGB 189 137 72 -
CMYK 0 0.28 0.62 0.26
HSL 33.33º 0.47% 0.51% -
HSV(B) 33.33º 0.62% 0.74% -
XYZ 31.1 29.18 10.12 -
YUV 145.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 189 137 72 0 0.28 0.62 0.26 33.33 0.47 0.51
Hex BD 89 48 0 1C 3E 1A 21 2F 33
Octal 275 211 110 0 34 76 32 41 57 63
Binary 10111101 10001001 1001000 0 11100 111110 11010 100001 101111 110011

Color Harmonies of #BD8948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8948

Black with #BD8948

Text Example


Text Example

White with #BD8948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8948; }

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

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

background-color css

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

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

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

border-color css

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

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

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