#bba483

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

Shades of Pavlova #BBA483

Tints of Pavlova #BBA483

Color information

#BBA483 (or 0xBBA483) is unknown color: approx Pavlova. HEX triplet: BB, A4 and 83. RGB value is (187,164,131). Sum of RGB (Red+Green+Blue) = 187+164+131=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA483 is #445B7C. Grayscale: #A7A7A7. Windows color (decimal): -4479869 or 8627387. OLE color: 8627387.

HSL color Cylindrical-coordinate representation of color #BBA483: hue angle of 35.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA483 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB187164131-
CMYK00.120.300.27
HSL35.36º29.17%62.35%-
HSV(B)35.36º29.95%73.33%-
XYZ37.8738.7526.96-
YUV167.11107.62142.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=38.80%
G=34.02%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716413100.120.300.2735.3629.1762.35
HexBBA4830C1E1B231d3e
Octal2732442030143633433576
Binary10111011101001001000001101100111101101110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bba483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bba483; }

 p { color: rgb(187,164,131); }

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

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

 a { background-color: rgb(187,164,131); }

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

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

 span { border-color: rgb(187,164,131); }

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