Html Css Color HEX #B5A78C Pavlova

📋 copy color: '#B5A78C'

red 181 ◦ green 167 ◦ blue 140

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

Shades of Pavlova #B5A78C

Tints of Pavlova #B5A78C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.22%

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 37.09%
G = 34.22%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5A78C (or 0xB5A78C) is known color: Pavlova. HEX triplet: B5, A7 and 8C. RGB value is (181,167,140). Sum of RGB (Red+Green+Blue) = 181+167+140=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A78C is #4A5873. Grayscale: #A8A8A8. Windows color (decimal): -4872308 or 9217973. OLE color: 9217973.

HSL color Cylindrical-coordinate representation of color #B5A78C: hue angle of 39.51º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5A78C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 167 140 -
CMYK 0 0.08 0.23 0.29
HSL 39.51º 0.22% 0.63% -
HSV(B) 39.51º 0.23% 0.71% -
XYZ 37.61 39.35 30.42 -
YUV 168.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 181 167 140 0 0.08 0.23 0.29 39.51 0.22 0.63
Hex B5 A7 8C 0 8 17 1D 28 16 3F
Octal 265 247 214 0 10 27 35 50 26 77
Binary 10110101 10100111 10001100 0 1000 10111 11101 101000 10110 111111

Color Harmonies of #B5A78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A78C

Black with #B5A78C

Text Example


Text Example

White with #B5A78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A78C; }

 p { color: rgb(181,167,140); }

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

background-color css

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

 a { background-color: rgb(181,167,140); }

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

border-color css

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

 span { border-color: rgb(181,167,140); }

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