Html Css Color HEX #BB9352 Tussock

📋 copy color: '#BB9352'

red 187 ◦ green 147 ◦ blue 82

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

Shades of Tussock #BB9352

Tints of Tussock #BB9352

RGB

 RED value IS 187 (73.44% from 255) = 44.95%

 GREEN value IS 147 (57.81% from 255) = 35.34%

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

R = 44.95%
G = 35.34%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB9352 (or 0xBB9352) is known color: Tussock. HEX triplet: BB, 93 and 52. RGB value is (187,147,82). Sum of RGB (Red+Green+Blue) = 187+147+82=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9352 is #446CAD. Grayscale: #979797. Windows color (decimal): -4484270 or 5411771. OLE color: 5411771.

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

Color convert

RGB 187 147 82 -
CMYK 0 0.21 0.56 0.27
HSL 37.14º 0.44% 0.53% -
HSV(B) 37.14º 0.56% 0.73% -
XYZ 32.45 32.04 12.46 -
YUV 151.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 187 147 82 0 0.21 0.56 0.27 37.14 0.44 0.53
Hex BB 93 52 0 15 38 1B 25 2C 35
Octal 273 223 122 0 25 70 33 45 54 65
Binary 10111011 10010011 1010010 0 10101 111000 11011 100101 101100 110101

Color Harmonies of #BB9352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9352

Black with #BB9352

Text Example


Text Example

White with #BB9352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9352; }

 p { color: rgb(187,147,82); }

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

background-color css

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

 a { background-color: rgb(187,147,82); }

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

border-color css

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

 span { border-color: rgb(187,147,82); }

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