Html Css Color HEX #BBAA8F Pavlova

📋 copy color: '#BBAA8F'

red 187 ◦ green 170 ◦ blue 143

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

Shades of Pavlova #BBAA8F

Tints of Pavlova #BBAA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 37.4%
G = 34%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BBAA8F (or 0xBBAA8F) is known color: Pavlova. HEX triplet: BB, AA and 8F. RGB value is (187,170,143). Sum of RGB (Red+Green+Blue) = 187+170+143=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA8F is #445570. Grayscale: #ACACAC. Windows color (decimal): -4478321 or 9415355. OLE color: 9415355.

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

Color convert

RGB 187 170 143 -
CMYK 0 0.09 0.24 0.27
HSL 36.82º 0.24% 0.65% -
HSV(B) 36.82º 0.24% 0.73% -
XYZ 39.83 41.3 31.86 -
YUV 172.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 187 170 143 0 0.09 0.24 0.27 36.82 0.24 0.65
Hex BB AA 8F 0 9 18 1B 25 18 41
Octal 273 252 217 0 11 30 33 45 30 101
Binary 10111011 10101010 10001111 0 1001 11000 11011 100101 11000 1000001

Color Harmonies of #BBAA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA8F

Black with #BBAA8F

Text Example


Text Example

White with #BBAA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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