Html Css Color HEX #B5A57C Pavlova

📋 copy color: '#B5A57C'

red 181 ◦ green 165 ◦ blue 124

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

Shades of Pavlova #B5A57C

Tints of Pavlova #B5A57C

RGB

 RED value IS 181 (71.09% from 255) = 38.51%

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

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

R = 38.51%
G = 35.11%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5A57C (or 0xB5A57C) is known color: Pavlova. HEX triplet: B5, A5 and 7C. RGB value is (181,165,124). Sum of RGB (Red+Green+Blue) = 181+165+124=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A57C is #4A5A83. Grayscale: #A5A5A5. Windows color (decimal): -4872836 or 8168885. OLE color: 8168885.

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

Color convert

RGB 181 165 124 -
CMYK 0 0.09 0.31 0.29
HSL 43.16º 0.28% 0.6% -
HSV(B) 43.16º 0.31% 0.71% -
XYZ 36.15 38.19 24.53 -
YUV 165.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 181 165 124 0 0.09 0.31 0.29 43.16 0.28 0.6
Hex B5 A5 7C 0 9 1F 1D 2B 1C 3C
Octal 265 245 174 0 11 37 35 53 34 74
Binary 10110101 10100101 1111100 0 1001 11111 11101 101011 11100 111100

Color Harmonies of #B5A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A57C

Black with #B5A57C

Text Example


Text Example

White with #B5A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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