Html Css Color HEX #B9A57D Pavlova

📋 copy color: '#B9A57D'

red 185 ◦ green 165 ◦ blue 125

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

Shades of Pavlova #B9A57D

Tints of Pavlova #B9A57D

RGB

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

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

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

R = 38.95%
G = 34.74%
B = 26.32%

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

#B9A57D (or 0xB9A57D) is known color: Pavlova. HEX triplet: B9, A5 and 7D. RGB value is (185,165,125). Sum of RGB (Red+Green+Blue) = 185+165+125=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A57D is #465A82. Grayscale: #A6A6A6. Windows color (decimal): -4610691 or 8234425. OLE color: 8234425.

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

Color convert

RGB 185 165 125 -
CMYK 0 0.11 0.32 0.27
HSL 40º 0.3% 0.61% -
HSV(B) 40º 0.32% 0.73% -
XYZ 37.16 38.71 24.91 -
YUV 166.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 185 165 125 0 0.11 0.32 0.27 40 0.3 0.61
Hex B9 A5 7D 0 B 20 1B 28 1E 3D
Octal 271 245 175 0 13 40 33 50 36 75
Binary 10111001 10100101 1111101 0 1011 100000 11011 101000 11110 111101

Color Harmonies of #B9A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A57D

Black with #B9A57D

Text Example


Text Example

White with #B9A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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