Html Css Color HEX #BD9244 Tussock

📋 copy color: '#BD9244'

red 189 ◦ green 146 ◦ blue 68

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

Shades of Tussock #BD9244

Tints of Tussock #BD9244

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

 BLUE value IS 68 (26.95% from 255) = 16.87%

R = 46.9%
G = 36.23%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD9244 (or 0xBD9244) is known color: Tussock. HEX triplet: BD, 92 and 44. RGB value is (189,146,68). Sum of RGB (Red+Green+Blue) = 189+146+68=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9244 is #426DBB. Grayscale: #969696. Windows color (decimal): -4353468 or 4494013. OLE color: 4494013.

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

Color convert

RGB 189 146 68 -
CMYK 0 0.23 0.64 0.26
HSL 38.68º 0.48% 0.5% -
HSV(B) 38.68º 0.64% 0.74% -
XYZ 32.31 31.79 9.9 -
YUV 149.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 189 146 68 0 0.23 0.64 0.26 38.68 0.48 0.5
Hex BD 92 44 0 17 40 1A 27 30 32
Octal 275 222 104 0 27 100 32 47 60 62
Binary 10111101 10010010 1000100 0 10111 1000000 11010 100111 110000 110010

Color Harmonies of #BD9244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9244

Black with #BD9244

Text Example


Text Example

White with #BD9244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9244; }

 p { color: rgb(189,146,68); }

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

background-color css

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

 a { background-color: rgb(189,146,68); }

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

border-color css

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

 span { border-color: rgb(189,146,68); }

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