Html Css Color HEX #BD904A Tussock

📋 copy color: '#BD904A'

red 189 ◦ green 144 ◦ blue 74

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

Shades of Tussock #BD904A

Tints of Tussock #BD904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 46.44%
G = 35.38%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD904A (or 0xBD904A) is known color: Tussock. HEX triplet: BD, 90 and 4A. RGB value is (189,144,74). Sum of RGB (Red+Green+Blue) = 189+144+74=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD904A is #426FB5. Grayscale: #959595. Windows color (decimal): -4353974 or 4886717. OLE color: 4886717.

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

Color convert

RGB 189 144 74 -
CMYK 0 0.24 0.61 0.26
HSL 36.52º 0.47% 0.52% -
HSV(B) 36.52º 0.61% 0.74% -
XYZ 32.2 31.26 10.82 -
YUV 149.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 189 144 74 0 0.24 0.61 0.26 36.52 0.47 0.52
Hex BD 90 4A 0 18 3D 1A 25 2F 34
Octal 275 220 112 0 30 75 32 45 57 64
Binary 10111101 10010000 1001010 0 11000 111101 11010 100101 101111 110100

Color Harmonies of #BD904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD904A

Black with #BD904A

Text Example


Text Example

White with #BD904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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