#B4A67B

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

Shades of Pavlova #B4A67B

Tints of Pavlova #B4A67B

Color information

#B4A67B (or 0xB4A67B) is unknown color: approx Pavlova. HEX triplet: B4, A6 and 7B. RGB value is (180,166,123). Sum of RGB (Red+Green+Blue) = 180+166+123=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A67B is #4B5984. Grayscale: #A5A5A5. Windows color (decimal): -4938117 or 8103604. OLE color: 8103604.

HSL color Cylindrical-coordinate representation of color #B4A67B: hue angle of 45.26º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4A67B is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180166123-
CMYK00.080.320.29
HSL45.26º27.54%59.41%-
HSV(B)45.26º31.67%70.59%-
XYZ36.0338.4124.25-
YUV165.28104.14138.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=38.38%
G=35.39%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016612300.080.320.2945.2627.5459.41
HexB4A67B08201D2d1c3b
Octal2642461730104035553473
Binary10110100101001101111011010001000001110110110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A67B; }

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

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

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

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

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

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

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

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