Html Css Color HEX #BBA986 Pavlova

📋 copy color: '#BBA986'

red 187 ◦ green 169 ◦ blue 134

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

Shades of Pavlova #BBA986

Tints of Pavlova #BBA986

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

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

R = 38.16%
G = 34.49%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BBA986 (or 0xBBA986) is known color: Pavlova. HEX triplet: BB, A9 and 86. RGB value is (187,169,134). Sum of RGB (Red+Green+Blue) = 187+169+134=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA986 is #445679. Grayscale: #AAAAAA. Windows color (decimal): -4478586 or 8825275. OLE color: 8825275.

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

Color convert

RGB 187 169 134 -
CMYK 0 0.10 0.28 0.27
HSL 39.62º 0.28% 0.63% -
HSV(B) 39.62º 0.28% 0.73% -
XYZ 38.98 40.66 28.35 -
YUV 170.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 187 169 134 0 0.10 0.28 0.27 39.62 0.28 0.63
Hex BB A9 86 0 A 1C 1B 28 1C 3F
Octal 273 251 206 0 12 34 33 50 34 77
Binary 10111011 10101001 10000110 0 1010 11100 11011 101000 11100 111111

Color Harmonies of #BBA986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA986

Black with #BBA986

Text Example


Text Example

White with #BBA986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA986; }

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

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

background-color css

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

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

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

border-color css

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

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

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