Html Css Color HEX #BBAA80 Pavlova

📋 copy color: '#BBAA80'

red 187 ◦ green 170 ◦ blue 128

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

Shades of Pavlova #BBAA80

Tints of Pavlova #BBAA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.39%

R = 38.56%
G = 35.05%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBAA80 (or 0xBBAA80) is known color: Pavlova. HEX triplet: BB, AA and 80. RGB value is (187,170,128). Sum of RGB (Red+Green+Blue) = 187+170+128=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA80 is #44557F. Grayscale: #AAAAAA. Windows color (decimal): -4478336 or 8432315. OLE color: 8432315.

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

Color convert

RGB 187 170 128 -
CMYK 0 0.09 0.32 0.27
HSL 42.71º 0.3% 0.62% -
HSV(B) 42.71º 0.32% 0.73% -
XYZ 38.76 40.87 26.27 -
YUV 170.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 187 170 128 0 0.09 0.32 0.27 42.71 0.3 0.62
Hex BB AA 80 0 9 20 1B 2B 1E 3E
Octal 273 252 200 0 11 40 33 53 36 76
Binary 10111011 10101010 10000000 0 1001 100000 11011 101011 11110 111110

Color Harmonies of #BBAA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA80

Black with #BBAA80

Text Example


Text Example

White with #BBAA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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