Html Css Color HEX #BD9647 Tussock

📋 copy color: '#BD9647'

red 189 ◦ green 150 ◦ blue 71

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

Shades of Tussock #BD9647

Tints of Tussock #BD9647

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

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

R = 46.1%
G = 36.59%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD9647 (or 0xBD9647) is known color: Tussock. HEX triplet: BD, 96 and 47. RGB value is (189,150,71). Sum of RGB (Red+Green+Blue) = 189+150+71=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9647 is #4269B8. Grayscale: #999999. Windows color (decimal): -4352441 or 4691645. OLE color: 4691645.

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

Color convert

RGB 189 150 71 -
CMYK 0 0.21 0.62 0.26
HSL 40.17º 0.47% 0.51% -
HSV(B) 40.17º 0.62% 0.74% -
XYZ 33.03 33.09 10.61 -
YUV 152.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 189 150 71 0 0.21 0.62 0.26 40.17 0.47 0.51
Hex BD 96 47 0 15 3E 1A 28 2F 33
Octal 275 226 107 0 25 76 32 50 57 63
Binary 10111101 10010110 1000111 0 10101 111110 11010 101000 101111 110011

Color Harmonies of #BD9647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9647

Black with #BD9647

Text Example


Text Example

White with #BD9647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9647; }

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

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

background-color css

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

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

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

border-color css

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

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

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