#BBA37D

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

Shades of Pavlova #BBA37D

Tints of Pavlova #BBA37D

Color information

#BBA37D (or 0xBBA37D) is unknown color: approx Pavlova. HEX triplet: BB, A3 and 7D. RGB value is (187,163,125). Sum of RGB (Red+Green+Blue) = 187+163+125=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA37D is #445C82. Grayscale: #A6A6A6. Windows color (decimal): -4480131 or 8233915. OLE color: 8233915.

HSL color Cylindrical-coordinate representation of color #BBA37D: hue angle of 36.77º 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 #BBA37D is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB187163125-
CMYK00.130.330.27
HSL36.77º31.31%61.18%-
HSV(B)36.77º33.16%73.33%-
XYZ37.2938.2424.82-
YUV165.84104.95143.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=39.37%
G=34.32%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716312500.130.330.2736.7731.3161.18
HexBBA37D0D211B251f3d
Octal2732431750154133453775
Binary10111011101000111111101011011000011101110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA37D; }

 p { color: rgb(187,163,125); }

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

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

 a { background-color: rgb(187,163,125); }

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

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

 span { border-color: rgb(187,163,125); }

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