Html Css Color HEX #B3A380 Pavlova

📋 copy color: '#B3A380'

red 179 ◦ green 163 ◦ blue 128

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

Shades of Pavlova #B3A380

Tints of Pavlova #B3A380

RGB

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

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

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

R = 38.09%
G = 34.68%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B3A380 (or 0xB3A380) is known color: Pavlova. HEX triplet: B3, A3 and 80. RGB value is (179,163,128). Sum of RGB (Red+Green+Blue) = 179+163+128=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A380 is #4C5C7F. Grayscale: #A3A3A3. Windows color (decimal): -5004416 or 8430515. OLE color: 8430515.

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

Color convert

RGB 179 163 128 -
CMYK 0 0.09 0.28 0.30
HSL 41.18º 0.25% 0.6% -
HSV(B) 41.18º 0.28% 0.7% -
XYZ 35.58 37.34 25.75 -
YUV 163.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 179 163 128 0 0.09 0.28 0.30 41.18 0.25 0.6
Hex B3 A3 80 0 9 1C 1E 29 19 3C
Octal 263 243 200 0 11 34 36 51 31 74
Binary 10110011 10100011 10000000 0 1001 11100 11110 101001 11001 111100

Color Harmonies of #B3A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A380

Black with #B3A380

Text Example


Text Example

White with #B3A380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A380; }

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

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

background-color css

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

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

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

border-color css

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

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

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