#BBA679

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

Shades of Pavlova #BBA679

Tints of Pavlova #BBA679

Color information

#BBA679 (or 0xBBA679) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 79. RGB value is (187,166,121). Sum of RGB (Red+Green+Blue) = 187+166+121=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA679 is #445986. Grayscale: #A7A7A7. Windows color (decimal): -4479367 or 7972539. OLE color: 7972539.

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

Color convert

RGB187166121-
CMYK00.110.350.27
HSL40.91º32.67%60.39%-
HSV(B)40.91º35.29%73.33%-
XYZ37.5839.2223.68-
YUV167.15101.96142.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 166 (65.23% from 255) = 35.02%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=39.45%
G=35.02%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716612100.110.350.2740.9132.6760.39
HexBBA6790B231B29213c
Octal2732461710134333514174
Binary101110111010011011110010101110001111011101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA679; }

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

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

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

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

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

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

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

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