Html Css Color HEX #B6A384 Pavlova

📋 copy color: '#B6A384'

red 182 ◦ green 163 ◦ blue 132

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

Shades of Pavlova #B6A384

Tints of Pavlova #B6A384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.67%

R = 38.16%
G = 34.17%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B6A384 (or 0xB6A384) is known color: Pavlova. HEX triplet: B6, A3 and 84. RGB value is (182,163,132). Sum of RGB (Red+Green+Blue) = 182+163+132=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A384 is #495C7B. Grayscale: #A5A5A5. Windows color (decimal): -4807804 or 8692662. OLE color: 8692662.

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

Color convert

RGB 182 163 132 -
CMYK 0 0.10 0.27 0.29
HSL 37.2º 0.26% 0.62% -
HSV(B) 37.2º 0.27% 0.71% -
XYZ 36.55 37.81 27.2 -
YUV 165.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 182 163 132 0 0.10 0.27 0.29 37.2 0.26 0.62
Hex B6 A3 84 0 A 1B 1D 25 1A 3E
Octal 266 243 204 0 12 33 35 45 32 76
Binary 10110110 10100011 10000100 0 1010 11011 11101 100101 11010 111110

Color Harmonies of #B6A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A384

Black with #B6A384

Text Example


Text Example

White with #B6A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A384; }

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

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

background-color css

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

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

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

border-color css

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

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

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