Html Css Color HEX #B3A580 Pavlova

📋 copy color: '#B3A580'

red 179 ◦ green 165 ◦ blue 128

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

Shades of Pavlova #B3A580

Tints of Pavlova #B3A580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 37.92%
G = 34.96%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B3A580 (or 0xB3A580) is known color: Pavlova. HEX triplet: B3, A5 and 80. RGB value is (179,165,128). Sum of RGB (Red+Green+Blue) = 179+165+128=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A580 is #4C5A7F. Grayscale: #A5A5A5. Windows color (decimal): -5003904 or 8431027. OLE color: 8431027.

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

Color convert

RGB 179 165 128 -
CMYK 0 0.08 0.28 0.30
HSL 43.53º 0.25% 0.6% -
HSV(B) 43.53º 0.28% 0.7% -
XYZ 35.94 38.05 25.87 -
YUV 164.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 179 165 128 0 0.08 0.28 0.30 43.53 0.25 0.6
Hex B3 A5 80 0 8 1C 1E 2C 19 3C
Octal 263 245 200 0 10 34 36 54 31 74
Binary 10110011 10100101 10000000 0 1000 11100 11110 101100 11001 111100

Color Harmonies of #B3A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A580

Black with #B3A580

Text Example


Text Example

White with #B3A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A580; }

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

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

background-color css

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

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

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

border-color css

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

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

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