Html Css Color HEX #B6A376 Pavlova

📋 copy color: '#B6A376'

red 182 ◦ green 163 ◦ blue 118

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

Shades of Pavlova #B6A376

Tints of Pavlova #B6A376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.49%

R = 39.31%
G = 35.21%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B6A376 (or 0xB6A376) is known color: Pavlova. HEX triplet: B6, A3 and 76. RGB value is (182,163,118). Sum of RGB (Red+Green+Blue) = 182+163+118=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A376 is #495C89. Grayscale: #A3A3A3. Windows color (decimal): -4807818 or 7775158. OLE color: 7775158.

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

Color convert

RGB 182 163 118 -
CMYK 0 0.10 0.35 0.29
HSL 42.19º 0.3% 0.59% -
HSV(B) 42.19º 0.35% 0.71% -
XYZ 35.66 37.45 22.49 -
YUV 163.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 182 163 118 0 0.10 0.35 0.29 42.19 0.3 0.59
Hex B6 A3 76 0 A 23 1D 2A 1E 3B
Octal 266 243 166 0 12 43 35 52 36 73
Binary 10110110 10100011 1110110 0 1010 100011 11101 101010 11110 111011

Color Harmonies of #B6A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A376

Black with #B6A376

Text Example


Text Example

White with #B6A376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A376; }

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

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

background-color css

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

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

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

border-color css

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

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

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