Html Css Color HEX #BBAA85 Pavlova

📋 copy color: '#BBAA85'

red 187 ◦ green 170 ◦ blue 133

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

Shades of Pavlova #BBAA85

Tints of Pavlova #BBAA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.14%

R = 38.16%
G = 34.69%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBAA85 (or 0xBBAA85) is known color: Pavlova. HEX triplet: BB, AA and 85. RGB value is (187,170,133). Sum of RGB (Red+Green+Blue) = 187+170+133=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA85 is #44557A. Grayscale: #ABABAB. Windows color (decimal): -4478331 or 8759995. OLE color: 8759995.

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

Color convert

RGB 187 170 133 -
CMYK 0 0.09 0.29 0.27
HSL 41.11º 0.28% 0.63% -
HSV(B) 41.11º 0.29% 0.73% -
XYZ 39.1 41.01 28.04 -
YUV 170.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 187 170 133 0 0.09 0.29 0.27 41.11 0.28 0.63
Hex BB AA 85 0 9 1D 1B 29 1C 3F
Octal 273 252 205 0 11 35 33 51 34 77
Binary 10111011 10101010 10000101 0 1001 11101 11011 101001 11100 111111

Color Harmonies of #BBAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA85

Black with #BBAA85

Text Example


Text Example

White with #BBAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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