Html Css Color HEX #B9A47C Pavlova

📋 copy color: '#B9A47C'

red 185 ◦ green 164 ◦ blue 124

#B9A47C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pavlova #B9A47C

Tints of Pavlova #B9A47C

RGB

 RED value IS 185 (72.66% from 255) = 39.11%

 GREEN value IS 164 (64.45% from 255) = 34.67%

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 39.11%
G = 34.67%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9A47C (or 0xB9A47C) is known color: Pavlova. HEX triplet: B9, A4 and 7C. RGB value is (185,164,124). Sum of RGB (Red+Green+Blue) = 185+164+124=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A47C is #465B83. Grayscale: #A5A5A5. Windows color (decimal): -4610948 or 8168633. OLE color: 8168633.

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

Color convert

RGB 185 164 124 -
CMYK 0 0.11 0.33 0.27
HSL 39.34º 0.3% 0.61% -
HSV(B) 39.34º 0.33% 0.73% -
XYZ 36.92 38.32 24.52 -
YUV 165.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 185 164 124 0 0.11 0.33 0.27 39.34 0.3 0.61
Hex B9 A4 7C 0 B 21 1B 27 1E 3D
Octal 271 244 174 0 13 41 33 47 36 75
Binary 10111001 10100100 1111100 0 1011 100001 11011 100111 11110 111101

Color Harmonies of #B9A47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A47C

Black with #B9A47C

Text Example


Text Example

White with #B9A47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A47C; }

 p { color: rgb(185,164,124); }

 H1.HeaderClassName
 {
   color: #B9A47C;
 }
 .AnyTagClassName
 {
   color: #B9A47C;
 }
</style>

background-color css

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

 a { background-color: rgb(185,164,124); }

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

border-color css

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

 span { border-color: rgb(185,164,124); }

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