Html Css Color HEX #BD964A Tussock

📋 copy color: '#BD964A'

red 189 ◦ green 150 ◦ blue 74

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

Shades of Tussock #BD964A

Tints of Tussock #BD964A

RGB

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

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

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

R = 45.76%
G = 36.32%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD964A (or 0xBD964A) is known color: Tussock. HEX triplet: BD, 96 and 4A. RGB value is (189,150,74). Sum of RGB (Red+Green+Blue) = 189+150+74=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD964A is #4269B5. Grayscale: #999999. Windows color (decimal): -4352438 or 4888253. OLE color: 4888253.

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

Color convert

RGB 189 150 74 -
CMYK 0 0.21 0.61 0.26
HSL 39.65º 0.47% 0.52% -
HSV(B) 39.65º 0.61% 0.74% -
XYZ 33.13 33.13 11.13 -
YUV 153 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 189 150 74 0 0.21 0.61 0.26 39.65 0.47 0.52
Hex BD 96 4A 0 15 3D 1A 28 2F 34
Octal 275 226 112 0 25 75 32 50 57 64
Binary 10111101 10010110 1001010 0 10101 111101 11010 101000 101111 110100

Color Harmonies of #BD964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD964A

Black with #BD964A

Text Example


Text Example

White with #BD964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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