Html Css Color HEX #B5A17C Pavlova

📋 copy color: '#B5A17C'

red 181 ◦ green 161 ◦ blue 124

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

Shades of Pavlova #B5A17C

Tints of Pavlova #B5A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.55%

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

R = 38.84%
G = 34.55%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5A17C (or 0xB5A17C) is known color: Pavlova. HEX triplet: B5, A1 and 7C. RGB value is (181,161,124). Sum of RGB (Red+Green+Blue) = 181+161+124=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A17C is #4A5E83. Grayscale: #A2A2A2. Windows color (decimal): -4873860 or 8167861. OLE color: 8167861.

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

Color convert

RGB 181 161 124 -
CMYK 0 0.11 0.31 0.29
HSL 38.95º 0.28% 0.6% -
HSV(B) 38.95º 0.31% 0.71% -
XYZ 35.44 36.77 24.3 -
YUV 162.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 181 161 124 0 0.11 0.31 0.29 38.95 0.28 0.6
Hex B5 A1 7C 0 B 1F 1D 27 1C 3C
Octal 265 241 174 0 13 37 35 47 34 74
Binary 10110101 10100001 1111100 0 1011 11111 11101 100111 11100 111100

Color Harmonies of #B5A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A17C

Black with #B5A17C

Text Example


Text Example

White with #B5A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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