#bba67b

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

Shades of Pavlova #BBA67B

Tints of Pavlova #BBA67B

Color information

#BBA67B (or 0xBBA67B) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 7B. RGB value is (187,166,123). Sum of RGB (Red+Green+Blue) = 187+166+123=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA67B is #445984. Grayscale: #A7A7A7. Windows color (decimal): -4479365 or 8103611. OLE color: 8103611.

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

Color convert

RGB187166123-
CMYK00.110.340.27
HSL40.31º32%60.78%-
HSV(B)40.31º34.22%73.33%-
XYZ37.739.2724.33-
YUV167.38102.96142-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 123 (48.44% from 255) = 25.84%
R=39.29%
G=34.87%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716612300.110.340.2740.313260.78
HexBBA67B0B221B28203d
Octal2732461730134233504075
Binary101110111010011011110110101110001011011101000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bba67b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bba67b; }

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

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

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

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

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

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

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

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