Html Css Color HEX #B6A47D Pavlova

📋 copy color: '#B6A47D'

red 182 ◦ green 164 ◦ blue 125

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

Shades of Pavlova #B6A47D

Tints of Pavlova #B6A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.82%

 BLUE value IS 125 (49.22% from 255) = 26.54%

R = 38.64%
G = 34.82%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6A47D (or 0xB6A47D) is known color: Pavlova. HEX triplet: B6, A4 and 7D. RGB value is (182,164,125). Sum of RGB (Red+Green+Blue) = 182+164+125=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A47D is #495B82. Grayscale: #A5A5A5. Windows color (decimal): -4807555 or 8234166. OLE color: 8234166.

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

Color convert

RGB 182 164 125 -
CMYK 0 0.10 0.31 0.29
HSL 41.05º 0.28% 0.6% -
HSV(B) 41.05º 0.31% 0.71% -
XYZ 36.27 37.98 24.82 -
YUV 164.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 182 164 125 0 0.10 0.31 0.29 41.05 0.28 0.6
Hex B6 A4 7D 0 A 1F 1D 29 1C 3C
Octal 266 244 175 0 12 37 35 51 34 74
Binary 10110110 10100100 1111101 0 1010 11111 11101 101001 11100 111100

Color Harmonies of #B6A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A47D

Black with #B6A47D

Text Example


Text Example

White with #B6A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A47D; }

 p { color: rgb(182,164,125); }

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

background-color css

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

 a { background-color: rgb(182,164,125); }

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

border-color css

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

 span { border-color: rgb(182,164,125); }

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