Html Css Color HEX #BC9452 Tussock

📋 copy color: '#BC9452'

red 188 ◦ green 148 ◦ blue 82

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

Shades of Tussock #BC9452

Tints of Tussock #BC9452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

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

R = 44.98%
G = 35.41%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC9452 (or 0xBC9452) is known color: Tussock. HEX triplet: BC, 94 and 52. RGB value is (188,148,82). Sum of RGB (Red+Green+Blue) = 188+148+82=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9452 is #436BAD. Grayscale: #989898. Windows color (decimal): -4418478 or 5412028. OLE color: 5412028.

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

Color convert

RGB 188 148 82 -
CMYK 0 0.21 0.56 0.26
HSL 37.36º 0.44% 0.53% -
HSV(B) 37.36º 0.56% 0.74% -
XYZ 32.85 32.48 12.52 -
YUV 152.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 188 148 82 0 0.21 0.56 0.26 37.36 0.44 0.53
Hex BC 94 52 0 15 38 1A 25 2C 35
Octal 274 224 122 0 25 70 32 45 54 65
Binary 10111100 10010100 1010010 0 10101 111000 11010 100101 101100 110101

Color Harmonies of #BC9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9452

Black with #BC9452

Text Example


Text Example

White with #BC9452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9452; }

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

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

background-color css

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

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

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

border-color css

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

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

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