#BBA681

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

Shades of Pavlova #BBA681

Tints of Pavlova #BBA681

Color information

#BBA681 (or 0xBBA681) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 81. RGB value is (187,166,129). Sum of RGB (Red+Green+Blue) = 187+166+129=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA681 is #44597E. Grayscale: #A8A8A8. Windows color (decimal): -4479359 or 8496827. OLE color: 8496827.

HSL color Cylindrical-coordinate representation of color #BBA681: hue angle of 38.28º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA681 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB187166129-
CMYK00.110.310.27
HSL38.28º29.9%61.96%-
HSV(B)38.28º31.02%73.33%-
XYZ38.0939.4226.37-
YUV168.06105.96141.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=38.80%
G=34.44%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716612900.110.310.2738.2829.961.96
HexBBA6810B1F1B261e3e
Octal2732462010133733463676
Binary10111011101001101000000101011111111101110011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA681; }

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

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

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

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

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

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

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

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