Html Css Color HEX #B6A37C Pavlova

📋 copy color: '#B6A37C'

red 182 ◦ green 163 ◦ blue 124

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

Shades of Pavlova #B6A37C

Tints of Pavlova #B6A37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 38.81%
G = 34.75%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6A37C (or 0xB6A37C) is known color: Pavlova. HEX triplet: B6, A3 and 7C. RGB value is (182,163,124). Sum of RGB (Red+Green+Blue) = 182+163+124=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A37C is #495C83. Grayscale: #A4A4A4. Windows color (decimal): -4807812 or 8168374. OLE color: 8168374.

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

Color convert

RGB 182 163 124 -
CMYK 0 0.10 0.32 0.29
HSL 40.34º 0.28% 0.6% -
HSV(B) 40.34º 0.32% 0.71% -
XYZ 36.03 37.59 24.43 -
YUV 164.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 182 163 124 0 0.10 0.32 0.29 40.34 0.28 0.6
Hex B6 A3 7C 0 A 20 1D 28 1C 3C
Octal 266 243 174 0 12 40 35 50 34 74
Binary 10110110 10100011 1111100 0 1010 100000 11101 101000 11100 111100

Color Harmonies of #B6A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A37C

Black with #B6A37C

Text Example


Text Example

White with #B6A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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