Html Css Color HEX #B6A280 Pavlova

📋 copy color: '#B6A280'

red 182 ◦ green 162 ◦ blue 128

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

Shades of Pavlova #B6A280

Tints of Pavlova #B6A280

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.32%

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

R = 38.56%
G = 34.32%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6A280 (or 0xB6A280) is known color: Pavlova. HEX triplet: B6, A2 and 80. RGB value is (182,162,128). Sum of RGB (Red+Green+Blue) = 182+162+128=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A280 is #495D7F. Grayscale: #A4A4A4. Windows color (decimal): -4808064 or 8430262. OLE color: 8430262.

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

Color convert

RGB 182 162 128 -
CMYK 0 0.11 0.30 0.29
HSL 37.78º 0.27% 0.61% -
HSV(B) 37.78º 0.3% 0.71% -
XYZ 36.11 37.34 25.73 -
YUV 164.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 182 162 128 0 0.11 0.30 0.29 37.78 0.27 0.61
Hex B6 A2 80 0 B 1E 1D 26 1B 3D
Octal 266 242 200 0 13 36 35 46 33 75
Binary 10110110 10100010 10000000 0 1011 11110 11101 100110 11011 111101

Color Harmonies of #B6A280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A280

Black with #B6A280

Text Example


Text Example

White with #B6A280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A280; }

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

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

background-color css

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

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

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

border-color css

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

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

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