Html Css Color HEX #B3A48D Pavlova

📋 copy color: '#B3A48D'

red 179 ◦ green 164 ◦ blue 141

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

Shades of Pavlova #B3A48D

Tints of Pavlova #B3A48D

RGB

 RED value IS 179 (70.31% from 255) = 36.98%

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 36.98%
G = 33.88%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3A48D (or 0xB3A48D) is known color: Pavlova. HEX triplet: B3, A4 and 8D. RGB value is (179,164,141). Sum of RGB (Red+Green+Blue) = 179+164+141=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A48D is #4C5B72. Grayscale: #A5A5A5. Windows color (decimal): -5004147 or 9282739. OLE color: 9282739.

HSL color Cylindrical-coordinate representation of color #B3A48D: hue angle of 36.32º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3A48D is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 164 141 -
CMYK 0 0.08 0.21 0.30
HSL 36.32º 0.2% 0.63% -
HSV(B) 36.32º 0.21% 0.7% -
XYZ 36.67 38.06 30.61 -
YUV 165.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 179 164 141 0 0.08 0.21 0.30 36.32 0.2 0.63
Hex B3 A4 8D 0 8 15 1E 24 14 3F
Octal 263 244 215 0 10 25 36 44 24 77
Binary 10110011 10100100 10001101 0 1000 10101 11110 100100 10100 111111

Color Harmonies of #B3A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A48D

Black with #B3A48D

Text Example


Text Example

White with #B3A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A48D; }

 p { color: rgb(179,164,141); }

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

background-color css

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

 a { background-color: rgb(179,164,141); }

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

border-color css

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

 span { border-color: rgb(179,164,141); }

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