#BBA67E

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

Shades of Pavlova #BBA67E

Tints of Pavlova #BBA67E

Color information

#BBA67E (or 0xBBA67E) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 7E. RGB value is (187,166,126). Sum of RGB (Red+Green+Blue) = 187+166+126=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA67E is #445981. Grayscale: #A7A7A7. Windows color (decimal): -4479362 or 8300219. OLE color: 8300219.

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

Color convert

RGB187166126-
CMYK00.110.330.27
HSL39.34º30.96%61.37%-
HSV(B)39.34º32.62%73.33%-
XYZ37.939.3425.34-
YUV167.72104.46141.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=39.04%
G=34.66%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716612600.110.330.2739.3430.9661.37
HexBBA67E0B211B271f3d
Octal2732461760134133473775
Binary10111011101001101111110010111000011101110011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA67E; }

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

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

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

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

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

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

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

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