Html Css Color HEX #BBAB85 Pavlova

📋 copy color: '#BBAB85'

red 187 ◦ green 171 ◦ blue 133

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

Shades of Pavlova #BBAB85

Tints of Pavlova #BBAB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 38.09%
G = 34.83%
B = 27.09%

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

#BBAB85 (or 0xBBAB85) is known color: Pavlova. HEX triplet: BB, AB and 85. RGB value is (187,171,133). Sum of RGB (Red+Green+Blue) = 187+171+133=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB85 is #44547A. Grayscale: #ABABAB. Windows color (decimal): -4478075 or 8760251. OLE color: 8760251.

HSL color Cylindrical-coordinate representation of color #BBAB85: hue angle of 42.22º 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 #BBAB85 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 133 -
CMYK 0 0.09 0.29 0.27
HSL 42.22º 0.28% 0.63% -
HSV(B) 42.22º 0.29% 0.73% -
XYZ 39.29 41.38 28.11 -
YUV 171.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 187 171 133 0 0.09 0.29 0.27 42.22 0.28 0.63
Hex BB AB 85 0 9 1D 1B 2A 1C 3F
Octal 273 253 205 0 11 35 33 52 34 77
Binary 10111011 10101011 10000101 0 1001 11101 11011 101010 11100 111111

Color Harmonies of #BBAB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB85

Black with #BBAB85

Text Example


Text Example

White with #BBAB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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