Html Css Color HEX #BBAD86 Pavlova

📋 copy color: '#BBAD86'

red 187 ◦ green 173 ◦ blue 134

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

Shades of Pavlova #BBAD86

Tints of Pavlova #BBAD86

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

 BLUE value IS 134 (52.73% from 255) = 27.13%

R = 37.85%
G = 35.02%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BBAD86 (or 0xBBAD86) is known color: Pavlova. HEX triplet: BB, AD and 86. RGB value is (187,173,134). Sum of RGB (Red+Green+Blue) = 187+173+134=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD86 is #445279. Grayscale: #ACACAC. Windows color (decimal): -4477562 or 8826299. OLE color: 8826299.

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

Color convert

RGB 187 173 134 -
CMYK 0 0.07 0.28 0.27
HSL 44.15º 0.28% 0.63% -
HSV(B) 44.15º 0.28% 0.73% -
XYZ 39.74 42.17 28.6 -
YUV 172.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 187 173 134 0 0.07 0.28 0.27 44.15 0.28 0.63
Hex BB AD 86 0 7 1C 1B 2C 1C 3F
Octal 273 255 206 0 7 34 33 54 34 77
Binary 10111011 10101101 10000110 0 111 11100 11011 101100 11100 111111

Color Harmonies of #BBAD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD86

Black with #BBAD86

Text Example


Text Example

White with #BBAD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD86; }

 p { color: rgb(187,173,134); }

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

background-color css

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

 a { background-color: rgb(187,173,134); }

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

border-color css

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

 span { border-color: rgb(187,173,134); }

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