Html Css Color HEX #B5A38A Pavlova

📋 copy color: '#B5A38A'

red 181 ◦ green 163 ◦ blue 138

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

Shades of Pavlova #B5A38A

Tints of Pavlova #B5A38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 37.55%
G = 33.82%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5A38A (or 0xB5A38A) is known color: Pavlova. HEX triplet: B5, A3 and 8A. RGB value is (181,163,138). Sum of RGB (Red+Green+Blue) = 181+163+138=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A38A is #4A5C75. Grayscale: #A5A5A5. Windows color (decimal): -4873334 or 9085877. OLE color: 9085877.

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

Color convert

RGB 181 163 138 -
CMYK 0 0.10 0.24 0.29
HSL 34.88º 0.23% 0.63% -
HSV(B) 34.88º 0.24% 0.71% -
XYZ 36.74 37.85 29.41 -
YUV 165.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 181 163 138 0 0.10 0.24 0.29 34.88 0.23 0.63
Hex B5 A3 8A 0 A 18 1D 23 17 3F
Octal 265 243 212 0 12 30 35 43 27 77
Binary 10110101 10100011 10001010 0 1010 11000 11101 100011 10111 111111

Color Harmonies of #B5A38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A38A

Black with #B5A38A

Text Example


Text Example

White with #B5A38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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