Html Css Color HEX #BD964B Tussock

📋 copy color: '#BD964B'

red 189 ◦ green 150 ◦ blue 75

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

Shades of Tussock #BD964B

Tints of Tussock #BD964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.12%

R = 45.65%
G = 36.23%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD964B (or 0xBD964B) is known color: Tussock. HEX triplet: BD, 96 and 4B. RGB value is (189,150,75). Sum of RGB (Red+Green+Blue) = 189+150+75=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD964B is #4269B4. Grayscale: #999999. Windows color (decimal): -4352437 or 4953789. OLE color: 4953789.

HSL color Cylindrical-coordinate representation of color #BD964B: hue angle of 39.47º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD964B is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 150 75 -
CMYK 0 0.21 0.60 0.26
HSL 39.47º 0.46% 0.52% -
HSV(B) 39.47º 0.6% 0.74% -
XYZ 33.16 33.14 11.31 -
YUV 153.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 189 150 75 0 0.21 0.60 0.26 39.47 0.46 0.52
Hex BD 96 4B 0 15 3C 1A 27 2E 34
Octal 275 226 113 0 25 74 32 47 56 64
Binary 10111101 10010110 1001011 0 10101 111100 11010 100111 101110 110100

Color Harmonies of #BD964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD964B

Black with #BD964B

Text Example


Text Example

White with #BD964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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