Html Css Color HEX #B9A57C Pavlova

📋 copy color: '#B9A57C'

red 185 ◦ green 165 ◦ blue 124

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

Shades of Pavlova #B9A57C

Tints of Pavlova #B9A57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.81%

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

R = 39.03%
G = 34.81%
B = 26.16%

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

#B9A57C (or 0xB9A57C) is known color: Pavlova. HEX triplet: B9, A5 and 7C. RGB value is (185,165,124). Sum of RGB (Red+Green+Blue) = 185+165+124=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A57C is #465A83. Grayscale: #A6A6A6. Windows color (decimal): -4610692 or 8168889. OLE color: 8168889.

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

Color convert

RGB 185 165 124 -
CMYK 0 0.11 0.33 0.27
HSL 40.33º 0.3% 0.61% -
HSV(B) 40.33º 0.33% 0.73% -
XYZ 37.1 38.68 24.58 -
YUV 166.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 185 165 124 0 0.11 0.33 0.27 40.33 0.3 0.61
Hex B9 A5 7C 0 B 21 1B 28 1E 3D
Octal 271 245 174 0 13 41 33 50 36 75
Binary 10111001 10100101 1111100 0 1011 100001 11011 101000 11110 111101

Color Harmonies of #B9A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A57C

Black with #B9A57C

Text Example


Text Example

White with #B9A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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