#B6A38A

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

Shades of Pavlova #B6A38A

Tints of Pavlova #B6A38A

Color information

#B6A38A (or 0xB6A38A) is unknown color: approx Pavlova. HEX triplet: B6, A3 and 8A. RGB value is (182,163,138). Sum of RGB (Red+Green+Blue) = 182+163+138=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A38A is #495C75. Grayscale: #A5A5A5. Windows color (decimal): -4807798 or 9085878. OLE color: 9085878.

HSL color Cylindrical-coordinate representation of color #B6A38A: hue angle of 34.09º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A38A is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182163138-
CMYK00.100.240.29
HSL34.09º23.16%62.75%-
HSV(B)34.09º24.18%71.37%-
XYZ36.9837.9729.43-
YUV165.83112.29139.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=37.68%
G=33.75%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216313800.100.240.2934.0923.1662.75
HexB6A38A0A181D22173f
Octal2662432120123035422777
Binary10110110101000111000101001010110001110110001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A38A; }

 p { color: rgb(182,163,138); }

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

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

 a { background-color: rgb(182,163,138); }

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

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

 span { border-color: rgb(182,163,138); }

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