Html Css Color HEX #BC9A52 Tussock

📋 copy color: '#BC9A52'

red 188 ◦ green 154 ◦ blue 82

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

Shades of Tussock #BC9A52

Tints of Tussock #BC9A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.32%

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

R = 44.34%
G = 36.32%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC9A52 (or 0xBC9A52) is known color: Tussock. HEX triplet: BC, 9A and 52. RGB value is (188,154,82). Sum of RGB (Red+Green+Blue) = 188+154+82=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A52 is #4365AD. Grayscale: #9C9C9C. Windows color (decimal): -4416942 or 5413564. OLE color: 5413564.

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

Color convert

RGB 188 154 82 -
CMYK 0 0.18 0.56 0.26
HSL 40.75º 0.44% 0.53% -
HSV(B) 40.75º 0.56% 0.74% -
XYZ 33.82 34.41 12.84 -
YUV 155.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 188 154 82 0 0.18 0.56 0.26 40.75 0.44 0.53
Hex BC 9A 52 0 12 38 1A 29 2C 35
Octal 274 232 122 0 22 70 32 51 54 65
Binary 10111100 10011010 1010010 0 10010 111000 11010 101001 101100 110101

Color Harmonies of #BC9A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A52

Black with #BC9A52

Text Example


Text Example

White with #BC9A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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