Html Css Color HEX #B3A38E Pavlova

📋 copy color: '#B3A38E'

red 179 ◦ green 163 ◦ blue 142

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

Shades of Pavlova #B3A38E

Tints of Pavlova #B3A38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.34%

R = 36.98%
G = 33.68%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3A38E (or 0xB3A38E) is known color: Pavlova. HEX triplet: B3, A3 and 8E. RGB value is (179,163,142). Sum of RGB (Red+Green+Blue) = 179+163+142=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A38E is #4C5C71. Grayscale: #A5A5A5. Windows color (decimal): -5004402 or 9348019. OLE color: 9348019.

HSL color Cylindrical-coordinate representation of color #B3A38E: hue angle of 34.05º 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 #B3A38E is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 163 142 -
CMYK 0 0.09 0.21 0.30
HSL 34.05º 0.2% 0.63% -
HSV(B) 34.05º 0.21% 0.7% -
XYZ 36.57 37.73 30.95 -
YUV 165.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 179 163 142 0 0.09 0.21 0.30 34.05 0.2 0.63
Hex B3 A3 8E 0 9 15 1E 22 14 3F
Octal 263 243 216 0 11 25 36 42 24 77
Binary 10110011 10100011 10001110 0 1001 10101 11110 100010 10100 111111

Color Harmonies of #B3A38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A38E

Black with #B3A38E

Text Example


Text Example

White with #B3A38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A38E; }

 p { color: rgb(179,163,142); }

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

background-color css

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

 a { background-color: rgb(179,163,142); }

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

border-color css

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

 span { border-color: rgb(179,163,142); }

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