Html Css Color HEX #B9A47D Pavlova

📋 copy color: '#B9A47D'

red 185 ◦ green 164 ◦ blue 125

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

Shades of Pavlova #B9A47D

Tints of Pavlova #B9A47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.37%

R = 39.03%
G = 34.6%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9A47D (or 0xB9A47D) is known color: Pavlova. HEX triplet: B9, A4 and 7D. RGB value is (185,164,125). Sum of RGB (Red+Green+Blue) = 185+164+125=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A47D is #465B82. Grayscale: #A6A6A6. Windows color (decimal): -4610947 or 8234169. OLE color: 8234169.

HSL color Cylindrical-coordinate representation of color #B9A47D: hue angle of 39º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9A47D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 164 125 -
CMYK 0 0.11 0.32 0.27
HSL 39º 0.3% 0.61% -
HSV(B) 39º 0.32% 0.73% -
XYZ 36.98 38.35 24.85 -
YUV 165.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 185 164 125 0 0.11 0.32 0.27 39 0.3 0.61
Hex B9 A4 7D 0 B 20 1B 27 1E 3D
Octal 271 244 175 0 13 40 33 47 36 75
Binary 10111001 10100100 1111101 0 1011 100000 11011 100111 11110 111101

Color Harmonies of #B9A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A47D

Black with #B9A47D

Text Example


Text Example

White with #B9A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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