Html Css Color HEX #BBAA8C Pavlova

📋 copy color: '#BBAA8C'

red 187 ◦ green 170 ◦ blue 140

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

Shades of Pavlova #BBAA8C

Tints of Pavlova #BBAA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.17%

R = 37.63%
G = 34.21%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBAA8C (or 0xBBAA8C) is known color: Pavlova. HEX triplet: BB, AA and 8C. RGB value is (187,170,140). Sum of RGB (Red+Green+Blue) = 187+170+140=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA8C is #445573. Grayscale: #ABABAB. Windows color (decimal): -4478324 or 9218747. OLE color: 9218747.

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

Color convert

RGB 187 170 140 -
CMYK 0 0.09 0.25 0.27
HSL 38.3º 0.26% 0.64% -
HSV(B) 38.3º 0.25% 0.73% -
XYZ 39.6 41.21 30.68 -
YUV 171.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 187 170 140 0 0.09 0.25 0.27 38.3 0.26 0.64
Hex BB AA 8C 0 9 19 1B 26 1A 40
Octal 273 252 214 0 11 31 33 46 32 100
Binary 10111011 10101010 10001100 0 1001 11001 11011 100110 11010 1000000

Color Harmonies of #BBAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA8C

Black with #BBAA8C

Text Example


Text Example

White with #BBAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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