Html Css Color HEX #BBAA89 Pavlova

📋 copy color: '#BBAA89'

red 187 ◦ green 170 ◦ blue 137

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

Shades of Pavlova #BBAA89

Tints of Pavlova #BBAA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 37.85%
G = 34.41%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBAA89 (or 0xBBAA89) is known color: Pavlova. HEX triplet: BB, AA and 89. RGB value is (187,170,137). Sum of RGB (Red+Green+Blue) = 187+170+137=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA89 is #445576. Grayscale: #ABABAB. Windows color (decimal): -4478327 or 9022139. OLE color: 9022139.

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

Color convert

RGB 187 170 137 -
CMYK 0 0.09 0.27 0.27
HSL 39.6º 0.27% 0.64% -
HSV(B) 39.6º 0.27% 0.73% -
XYZ 39.38 41.12 29.53 -
YUV 171.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 187 170 137 0 0.09 0.27 0.27 39.6 0.27 0.64
Hex BB AA 89 0 9 1B 1B 28 1B 40
Octal 273 252 211 0 11 33 33 50 33 100
Binary 10111011 10101010 10001001 0 1001 11011 11011 101000 11011 1000000

Color Harmonies of #BBAA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA89

Black with #BBAA89

Text Example


Text Example

White with #BBAA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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