#BBA67F

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

Shades of Pavlova #BBA67F

Tints of Pavlova #BBA67F

Color information

#BBA67F (or 0xBBA67F) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 7F. RGB value is (187,166,127). Sum of RGB (Red+Green+Blue) = 187+166+127=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA67F is #445980. Grayscale: #A8A8A8. Windows color (decimal): -4479361 or 8365755. OLE color: 8365755.

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

Color convert

RGB187166127-
CMYK00.110.320.27
HSL39º30.61%61.57%-
HSV(B)39º32.09%73.33%-
XYZ37.9639.3725.68-
YUV167.83104.96141.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 127 (50% from 255) = 26.46%
R=38.96%
G=34.58%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716612700.110.320.273930.6161.57
HexBBA67F0B201B271f3e
Octal2732461770134033473776
Binary10111011101001101111111010111000001101110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA67F; }

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

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

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

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

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

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

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

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