Html Css Color HEX #BBAA84 Pavlova

📋 copy color: '#BBAA84'

red 187 ◦ green 170 ◦ blue 132

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

Shades of Pavlova #BBAA84

Tints of Pavlova #BBAA84

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.76%

 BLUE value IS 132 (51.95% from 255) = 26.99%

R = 38.24%
G = 34.76%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBAA84 (or 0xBBAA84) is known color: Pavlova. HEX triplet: BB, AA and 84. RGB value is (187,170,132). Sum of RGB (Red+Green+Blue) = 187+170+132=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA84 is #44557B. Grayscale: #AAAAAA. Windows color (decimal): -4478332 or 8694459. OLE color: 8694459.

HSL color Cylindrical-coordinate representation of color #BBAA84: hue angle of 41.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAA84 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 132 -
CMYK 0 0.09 0.29 0.27
HSL 41.45º 0.29% 0.63% -
HSV(B) 41.45º 0.29% 0.73% -
XYZ 39.03 40.98 27.68 -
YUV 170.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 187 170 132 0 0.09 0.29 0.27 41.45 0.29 0.63
Hex BB AA 84 0 9 1D 1B 29 1D 3F
Octal 273 252 204 0 11 35 33 51 35 77
Binary 10111011 10101010 10000100 0 1001 11101 11011 101001 11101 111111

Color Harmonies of #BBAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA84

Black with #BBAA84

Text Example


Text Example

White with #BBAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA84; }

 p { color: rgb(187,170,132); }

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

background-color css

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

 a { background-color: rgb(187,170,132); }

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

border-color css

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

 span { border-color: rgb(187,170,132); }

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