Html Css Color HEX #BBAA90 Pavlova

📋 copy color: '#BBAA90'

red 187 ◦ green 170 ◦ blue 144

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

Shades of Pavlova #BBAA90

Tints of Pavlova #BBAA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.74%

R = 37.33%
G = 33.93%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BBAA90 (or 0xBBAA90) is known color: Pavlova. HEX triplet: BB, AA and 90. RGB value is (187,170,144). Sum of RGB (Red+Green+Blue) = 187+170+144=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA90 is #44556F. Grayscale: #ACACAC. Windows color (decimal): -4478320 or 9480891. OLE color: 9480891.

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

Color convert

RGB 187 170 144 -
CMYK 0 0.09 0.23 0.27
HSL 36.28º 0.24% 0.65% -
HSV(B) 36.28º 0.23% 0.73% -
XYZ 39.9 41.33 32.26 -
YUV 172.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 187 170 144 0 0.09 0.23 0.27 36.28 0.24 0.65
Hex BB AA 90 0 9 17 1B 24 18 41
Octal 273 252 220 0 11 27 33 44 30 101
Binary 10111011 10101010 10010000 0 1001 10111 11011 100100 11000 1000001

Color Harmonies of #BBAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA90

Black with #BBAA90

Text Example


Text Example

White with #BBAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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