Html Css Color HEX #B5A38C Pavlova

📋 copy color: '#B5A38C'

red 181 ◦ green 163 ◦ blue 140

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

Shades of Pavlova #B5A38C

Tints of Pavlova #B5A38C

RGB

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

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

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

R = 37.4%
G = 33.68%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5A38C (or 0xB5A38C) is known color: Pavlova. HEX triplet: B5, A3 and 8C. RGB value is (181,163,140). Sum of RGB (Red+Green+Blue) = 181+163+140=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A38C is #4A5C73. Grayscale: #A5A5A5. Windows color (decimal): -4873332 or 9216949. OLE color: 9216949.

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

Color convert

RGB 181 163 140 -
CMYK 0 0.10 0.23 0.29
HSL 33.66º 0.22% 0.63% -
HSV(B) 33.66º 0.23% 0.71% -
XYZ 36.89 37.91 30.18 -
YUV 165.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 181 163 140 0 0.10 0.23 0.29 33.66 0.22 0.63
Hex B5 A3 8C 0 A 17 1D 22 16 3F
Octal 265 243 214 0 12 27 35 42 26 77
Binary 10110101 10100011 10001100 0 1010 10111 11101 100010 10110 111111

Color Harmonies of #B5A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A38C

Black with #B5A38C

Text Example


Text Example

White with #B5A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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