Html Css Color HEX #B6A980 Pavlova

📋 copy color: '#B6A980'

red 182 ◦ green 169 ◦ blue 128

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

Shades of Pavlova #B6A980

Tints of Pavlova #B6A980

RGB

 RED value IS 182 (71.48% from 255) = 38%

 GREEN value IS 169 (66.41% from 255) = 35.28%

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

R = 38%
G = 35.28%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6A980 (or 0xB6A980) is known color: Pavlova. HEX triplet: B6, A9 and 80. RGB value is (182,169,128). Sum of RGB (Red+Green+Blue) = 182+169+128=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A980 is #49567F. Grayscale: #A8A8A8. Windows color (decimal): -4806272 or 8432054. OLE color: 8432054.

HSL color Cylindrical-coordinate representation of color #B6A980: hue angle of 45.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6A980 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 169 128 -
CMYK 0 0.07 0.30 0.29
HSL 45.56º 0.27% 0.61% -
HSV(B) 45.56º 0.3% 0.71% -
XYZ 37.38 39.88 26.15 -
YUV 168.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 182 169 128 0 0.07 0.30 0.29 45.56 0.27 0.61
Hex B6 A9 80 0 7 1E 1D 2E 1B 3D
Octal 266 251 200 0 7 36 35 56 33 75
Binary 10110110 10101001 10000000 0 111 11110 11101 101110 11011 111101

Color Harmonies of #B6A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A980

Black with #B6A980

Text Example


Text Example

White with #B6A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A980; }

 p { color: rgb(182,169,128); }

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

background-color css

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

 a { background-color: rgb(182,169,128); }

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

border-color css

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

 span { border-color: rgb(182,169,128); }

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