Html Css Color HEX #B5A07C Pavlova

📋 copy color: '#B5A07C'

red 181 ◦ green 160 ◦ blue 124

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

Shades of Pavlova #B5A07C

Tints of Pavlova #B5A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.41%

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

R = 38.92%
G = 34.41%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5A07C (or 0xB5A07C) is known color: Pavlova. HEX triplet: B5, A0 and 7C. RGB value is (181,160,124). Sum of RGB (Red+Green+Blue) = 181+160+124=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A07C is #4A5F83. Grayscale: #A2A2A2. Windows color (decimal): -4874116 or 8167605. OLE color: 8167605.

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

Color convert

RGB 181 160 124 -
CMYK 0 0.12 0.31 0.29
HSL 37.89º 0.28% 0.6% -
HSV(B) 37.89º 0.31% 0.71% -
XYZ 35.26 36.42 24.24 -
YUV 162.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 181 160 124 0 0.12 0.31 0.29 37.89 0.28 0.6
Hex B5 A0 7C 0 C 1F 1D 26 1C 3C
Octal 265 240 174 0 14 37 35 46 34 74
Binary 10110101 10100000 1111100 0 1100 11111 11101 100110 11100 111100

Color Harmonies of #B5A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A07C

Black with #B5A07C

Text Example


Text Example

White with #B5A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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