Html Css Color HEX #B6A382 Pavlova

📋 copy color: '#B6A382'

red 182 ◦ green 163 ◦ blue 130

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

Shades of Pavlova #B6A382

Tints of Pavlova #B6A382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 38.32%
G = 34.32%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B6A382 (or 0xB6A382) is known color: Pavlova. HEX triplet: B6, A3 and 82. RGB value is (182,163,130). Sum of RGB (Red+Green+Blue) = 182+163+130=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A382 is #495C7D. Grayscale: #A5A5A5. Windows color (decimal): -4807806 or 8561590. OLE color: 8561590.

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

Color convert

RGB 182 163 130 -
CMYK 0 0.10 0.29 0.29
HSL 38.08º 0.26% 0.61% -
HSV(B) 38.08º 0.29% 0.71% -
XYZ 36.42 37.75 26.49 -
YUV 164.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 182 163 130 0 0.10 0.29 0.29 38.08 0.26 0.61
Hex B6 A3 82 0 A 1D 1D 26 1A 3D
Octal 266 243 202 0 12 35 35 46 32 75
Binary 10110110 10100011 10000010 0 1010 11101 11101 100110 11010 111101

Color Harmonies of #B6A382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A382

Black with #B6A382

Text Example


Text Example

White with #B6A382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A382; }

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

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

background-color css

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

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

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

border-color css

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

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

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