Html Css Color HEX #B3A57E Pavlova

📋 copy color: '#B3A57E'

red 179 ◦ green 165 ◦ blue 126

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

Shades of Pavlova #B3A57E

Tints of Pavlova #B3A57E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 38.09%
G = 35.11%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3A57E (or 0xB3A57E) is known color: Pavlova. HEX triplet: B3, A5 and 7E. RGB value is (179,165,126). Sum of RGB (Red+Green+Blue) = 179+165+126=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A57E is #4C5A81. Grayscale: #A4A4A4. Windows color (decimal): -5003906 or 8299955. OLE color: 8299955.

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

Color convert

RGB 179 165 126 -
CMYK 0 0.08 0.30 0.30
HSL 44.15º 0.26% 0.6% -
HSV(B) 44.15º 0.3% 0.7% -
XYZ 35.81 38 25.19 -
YUV 164.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 179 165 126 0 0.08 0.30 0.30 44.15 0.26 0.6
Hex B3 A5 7E 0 8 1E 1E 2C 1A 3C
Octal 263 245 176 0 10 36 36 54 32 74
Binary 10110011 10100101 1111110 0 1000 11110 11110 101100 11010 111100

Color Harmonies of #B3A57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A57E

Black with #B3A57E

Text Example


Text Example

White with #B3A57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A57E; }

 p { color: rgb(179,165,126); }

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

background-color css

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

 a { background-color: rgb(179,165,126); }

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

border-color css

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

 span { border-color: rgb(179,165,126); }

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