Html Css Color HEX #B6A380 Pavlova

📋 copy color: '#B6A380'

red 182 ◦ green 163 ◦ blue 128

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

Shades of Pavlova #B6A380

Tints of Pavlova #B6A380

RGB

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

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

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

R = 38.48%
G = 34.46%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6A380 (or 0xB6A380) is known color: Pavlova. HEX triplet: B6, A3 and 80. RGB value is (182,163,128). Sum of RGB (Red+Green+Blue) = 182+163+128=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A380 is #495C7F. Grayscale: #A4A4A4. Windows color (decimal): -4807808 or 8430518. OLE color: 8430518.

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

Color convert

RGB 182 163 128 -
CMYK 0 0.10 0.30 0.29
HSL 38.89º 0.27% 0.61% -
HSV(B) 38.89º 0.3% 0.71% -
XYZ 36.28 37.7 25.79 -
YUV 164.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 182 163 128 0 0.10 0.30 0.29 38.89 0.27 0.61
Hex B6 A3 80 0 A 1E 1D 27 1B 3D
Octal 266 243 200 0 12 36 35 47 33 75
Binary 10110110 10100011 10000000 0 1010 11110 11101 100111 11011 111101

Color Harmonies of #B6A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A380

Black with #B6A380

Text Example


Text Example

White with #B6A380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A380; }

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

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

background-color css

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

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

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

border-color css

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

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

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