#BBA77A

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

Shades of Pavlova #BBA77A

Tints of Pavlova #BBA77A

Color information

#BBA77A (or 0xBBA77A) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 7A. RGB value is (187,167,122). Sum of RGB (Red+Green+Blue) = 187+167+122=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA77A is #445885. Grayscale: #A8A8A8. Windows color (decimal): -4479110 or 8038331. OLE color: 8038331.

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

Color convert

RGB187167122-
CMYK00.110.350.27
HSL41.54º32.34%60.59%-
HSV(B)41.54º34.76%73.33%-
XYZ37.8339.6124.06-
YUV167.85102.13141.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=39.29%
G=35.08%
B=25.63%

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
Decimal18716712200.110.350.2741.5432.3460.59
HexBBA77A0B231B2a203d
Octal2732471720134333524075
Binary101110111010011111110100101110001111011101010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA77A; }

 p { color: rgb(187,167,122); }

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

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

 a { background-color: rgb(187,167,122); }

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

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

 span { border-color: rgb(187,167,122); }

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