Html Css Color HEX #BBAA81 Pavlova

📋 copy color: '#BBAA81'

red 187 ◦ green 170 ◦ blue 129

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

Shades of Pavlova #BBAA81

Tints of Pavlova #BBAA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.54%

R = 38.48%
G = 34.98%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BBAA81 (or 0xBBAA81) is known color: Pavlova. HEX triplet: BB, AA and 81. RGB value is (187,170,129). Sum of RGB (Red+Green+Blue) = 187+170+129=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA81 is #44557E. Grayscale: #AAAAAA. Windows color (decimal): -4478335 or 8497851. OLE color: 8497851.

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

Color convert

RGB 187 170 129 -
CMYK 0 0.09 0.31 0.27
HSL 42.41º 0.3% 0.62% -
HSV(B) 42.41º 0.31% 0.73% -
XYZ 38.83 40.9 26.62 -
YUV 170.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 187 170 129 0 0.09 0.31 0.27 42.41 0.3 0.62
Hex BB AA 81 0 9 1F 1B 2A 1E 3E
Octal 273 252 201 0 11 37 33 52 36 76
Binary 10111011 10101010 10000001 0 1001 11111 11011 101010 11110 111110

Color Harmonies of #BBAA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA81

Black with #BBAA81

Text Example


Text Example

White with #BBAA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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