Html Css Color HEX #B4A48C Pavlova

📋 copy color: '#B4A48C'

red 180 ◦ green 164 ◦ blue 140

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

Shades of Pavlova #B4A48C

Tints of Pavlova #B4A48C

RGB

 RED value IS 180 (70.7% from 255) = 37.19%

 GREEN value IS 164 (64.45% from 255) = 33.88%

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

R = 37.19%
G = 33.88%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4A48C (or 0xB4A48C) is known color: Pavlova. HEX triplet: B4, A4 and 8C. RGB value is (180,164,140). Sum of RGB (Red+Green+Blue) = 180+164+140=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A48C is #4B5B73. Grayscale: #A6A6A6. Windows color (decimal): -4938612 or 9217204. OLE color: 9217204.

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

Color convert

RGB 180 164 140 -
CMYK 0 0.09 0.22 0.29
HSL 36º 0.21% 0.63% -
HSV(B) 36º 0.22% 0.71% -
XYZ 36.83 38.15 30.23 -
YUV 166.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 180 164 140 0 0.09 0.22 0.29 36 0.21 0.63
Hex B4 A4 8C 0 9 16 1D 24 15 3F
Octal 264 244 214 0 11 26 35 44 25 77
Binary 10110100 10100100 10001100 0 1001 10110 11101 100100 10101 111111

Color Harmonies of #B4A48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A48C

Black with #B4A48C

Text Example


Text Example

White with #B4A48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A48C; }

 p { color: rgb(180,164,140); }

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

background-color css

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

 a { background-color: rgb(180,164,140); }

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

border-color css

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

 span { border-color: rgb(180,164,140); }

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