Html Css Color HEX #BBAA8A Pavlova

📋 copy color: '#BBAA8A'

red 187 ◦ green 170 ◦ blue 138

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

Shades of Pavlova #BBAA8A

Tints of Pavlova #BBAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 37.78%
G = 34.34%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBAA8A (or 0xBBAA8A) is known color: Pavlova. HEX triplet: BB, AA and 8A. RGB value is (187,170,138). Sum of RGB (Red+Green+Blue) = 187+170+138=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA8A is #445575. Grayscale: #ABABAB. Windows color (decimal): -4478326 or 9087675. OLE color: 9087675.

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

Color convert

RGB 187 170 138 -
CMYK 0 0.09 0.26 0.27
HSL 39.18º 0.26% 0.64% -
HSV(B) 39.18º 0.26% 0.73% -
XYZ 39.46 41.15 29.91 -
YUV 171.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 187 170 138 0 0.09 0.26 0.27 39.18 0.26 0.64
Hex BB AA 8A 0 9 1A 1B 27 1A 40
Octal 273 252 212 0 11 32 33 47 32 100
Binary 10111011 10101010 10001010 0 1001 11010 11011 100111 11010 1000000

Color Harmonies of #BBAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA8A

Black with #BBAA8A

Text Example


Text Example

White with #BBAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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