Html Css Color HEX #BC9951 Tussock

📋 copy color: '#BC9951'

red 188 ◦ green 153 ◦ blue 81

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

Shades of Tussock #BC9951

Tints of Tussock #BC9951

RGB

 RED value IS 188 (73.83% from 255) = 44.55%

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

 BLUE value IS 81 (32.03% from 255) = 19.19%

R = 44.55%
G = 36.26%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC9951 (or 0xBC9951) is known color: Tussock. HEX triplet: BC, 99 and 51. RGB value is (188,153,81). Sum of RGB (Red+Green+Blue) = 188+153+81=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9951 is #4366AE. Grayscale: #9B9B9B. Windows color (decimal): -4417199 or 5347772. OLE color: 5347772.

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

Color convert

RGB 188 153 81 -
CMYK 0 0.19 0.57 0.26
HSL 40.37º 0.44% 0.53% -
HSV(B) 40.37º 0.57% 0.74% -
XYZ 33.62 34.07 12.59 -
YUV 155.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 188 153 81 0 0.19 0.57 0.26 40.37 0.44 0.53
Hex BC 99 51 0 13 39 1A 28 2C 35
Octal 274 231 121 0 23 71 32 50 54 65
Binary 10111100 10011001 1010001 0 10011 111001 11010 101000 101100 110101

Color Harmonies of #BC9951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9951

Black with #BC9951

Text Example


Text Example

White with #BC9951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9951; }

 p { color: rgb(188,153,81); }

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

background-color css

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

 a { background-color: rgb(188,153,81); }

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

border-color css

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

 span { border-color: rgb(188,153,81); }

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