Html Css Color HEX #BC9852 Tussock

📋 copy color: '#BC9852'

red 188 ◦ green 152 ◦ blue 82

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

Shades of Tussock #BC9852

Tints of Tussock #BC9852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.02%

 BLUE value IS 82 (32.42% from 255) = 19.43%

R = 44.55%
G = 36.02%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC9852 (or 0xBC9852) is known color: Tussock. HEX triplet: BC, 98 and 52. RGB value is (188,152,82). Sum of RGB (Red+Green+Blue) = 188+152+82=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9852 is #4367AD. Grayscale: #9B9B9B. Windows color (decimal): -4417454 or 5413052. OLE color: 5413052.

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

Color convert

RGB 188 152 82 -
CMYK 0 0.19 0.56 0.26
HSL 39.62º 0.44% 0.53% -
HSV(B) 39.62º 0.56% 0.74% -
XYZ 33.49 33.76 12.73 -
YUV 154.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 188 152 82 0 0.19 0.56 0.26 39.62 0.44 0.53
Hex BC 98 52 0 13 38 1A 28 2C 35
Octal 274 230 122 0 23 70 32 50 54 65
Binary 10111100 10011000 1010010 0 10011 111000 11010 101000 101100 110101

Color Harmonies of #BC9852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9852

Black with #BC9852

Text Example


Text Example

White with #BC9852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9852; }

 p { color: rgb(188,152,82); }

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

background-color css

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

 a { background-color: rgb(188,152,82); }

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

border-color css

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

 span { border-color: rgb(188,152,82); }

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