Html Css Color HEX #BD994A Tussock

📋 copy color: '#BD994A'

red 189 ◦ green 153 ◦ blue 74

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

Shades of Tussock #BD994A

Tints of Tussock #BD994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 74 (29.3% from 255) = 17.79%

R = 45.43%
G = 36.78%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD994A (or 0xBD994A) is known color: Tussock. HEX triplet: BD, 99 and 4A. RGB value is (189,153,74). Sum of RGB (Red+Green+Blue) = 189+153+74=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD994A is #4266B5. Grayscale: #9B9B9B. Windows color (decimal): -4351670 or 4889021. OLE color: 4889021.

HSL color Cylindrical-coordinate representation of color #BD994A: hue angle of 41.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD994A is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 153 74 -
CMYK 0 0.19 0.61 0.26
HSL 41.22º 0.47% 0.52% -
HSV(B) 41.22º 0.61% 0.74% -
XYZ 33.61 34.1 11.29 -
YUV 154.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 189 153 74 0 0.19 0.61 0.26 41.22 0.47 0.52
Hex BD 99 4A 0 13 3D 1A 29 2F 34
Octal 275 231 112 0 23 75 32 51 57 64
Binary 10111101 10011001 1001010 0 10011 111101 11010 101001 101111 110100

Color Harmonies of #BD994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD994A

Black with #BD994A

Text Example


Text Example

White with #BD994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD994A; }

 p { color: rgb(189,153,74); }

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

background-color css

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

 a { background-color: rgb(189,153,74); }

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

border-color css

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

 span { border-color: rgb(189,153,74); }

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