#BBA685

Color #BBA685 Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #BBA685

Tints of Pavlova #BBA685

Color information

#BBA685 (or 0xBBA685) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 85. RGB value is (187,166,133). Sum of RGB (Red+Green+Blue) = 187+166+133=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA685 is #44597A. Grayscale: #A8A8A8. Windows color (decimal): -4479355 or 8758971. OLE color: 8758971.

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

Color convert

RGB187166133-
CMYK00.110.290.27
HSL36.67º28.42%62.75%-
HSV(B)36.67º28.88%73.33%-
XYZ38.3639.5327.8-
YUV168.52107.96141.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=38.48%
G=34.16%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716613300.110.290.2736.6728.4262.75
HexBBA6850B1D1B251c3f
Octal2732462050133533453477
Binary10111011101001101000010101011111011101110010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA685; }

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

 H1.HeaderClassName
 {
   color: #BBA685;
 }
 .AnyTagClassName
 {
   color: #BBA685;
 }
</style>
background-color css

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

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

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

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

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

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