Html Css Color HEX #B5A37F Pavlova

📋 copy color: '#B5A37F'

red 181 ◦ green 163 ◦ blue 127

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

Shades of Pavlova #B5A37F

Tints of Pavlova #B5A37F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

 BLUE value IS 127 (50% from 255) = 26.96%

R = 38.43%
G = 34.61%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5A37F (or 0xB5A37F) is known color: Pavlova. HEX triplet: B5, A3 and 7F. RGB value is (181,163,127). Sum of RGB (Red+Green+Blue) = 181+163+127=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A37F is #4A5C80. Grayscale: #A4A4A4. Windows color (decimal): -4873345 or 8364981. OLE color: 8364981.

HSL color Cylindrical-coordinate representation of color #B5A37F: hue angle of 40º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A37F is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 163 127 -
CMYK 0 0.10 0.30 0.29
HSL 40º 0.27% 0.6% -
HSV(B) 40º 0.3% 0.71% -
XYZ 35.98 37.55 25.43 -
YUV 164.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 181 163 127 0 0.10 0.30 0.29 40 0.27 0.6
Hex B5 A3 7F 0 A 1E 1D 28 1B 3C
Octal 265 243 177 0 12 36 35 50 33 74
Binary 10110101 10100011 1111111 0 1010 11110 11101 101000 11011 111100

Color Harmonies of #B5A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A37F

Black with #B5A37F

Text Example


Text Example

White with #B5A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A37F; }

 p { color: rgb(181,163,127); }

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

background-color css

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

 a { background-color: rgb(181,163,127); }

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

border-color css

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

 span { border-color: rgb(181,163,127); }

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