Html Css Color HEX #BB884B Tussock

📋 copy color: '#BB884B'

red 187 ◦ green 136 ◦ blue 75

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

Shades of Tussock #BB884B

Tints of Tussock #BB884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 46.98%
G = 34.17%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB884B (or 0xBB884B) is known color: Tussock. HEX triplet: BB, 88 and 4B. RGB value is (187,136,75). Sum of RGB (Red+Green+Blue) = 187+136+75=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB884B is #4477B4. Grayscale: #909090. Windows color (decimal): -4487093 or 4950203. OLE color: 4950203.

HSL color Cylindrical-coordinate representation of color #BB884B: hue angle of 32.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB884B is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 136 75 -
CMYK 0 0.27 0.60 0.27
HSL 32.68º 0.45% 0.51% -
HSV(B) 32.68º 0.6% 0.73% -
XYZ 30.57 28.68 10.58 -
YUV 144.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 187 136 75 0 0.27 0.60 0.27 32.68 0.45 0.51
Hex BB 88 4B 0 1B 3C 1B 21 2D 33
Octal 273 210 113 0 33 74 33 41 55 63
Binary 10111011 10001000 1001011 0 11011 111100 11011 100001 101101 110011

Color Harmonies of #BB884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB884B

Black with #BB884B

Text Example


Text Example

White with #BB884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB884B; }

 p { color: rgb(187,136,75); }

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

background-color css

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

 a { background-color: rgb(187,136,75); }

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

border-color css

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

 span { border-color: rgb(187,136,75); }

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