Html Css Color HEX #B6A17E Pavlova

📋 copy color: '#B6A17E'

red 182 ◦ green 161 ◦ blue 126

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

Shades of Pavlova #B6A17E

Tints of Pavlova #B6A17E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.33%

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 38.81%
G = 34.33%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6A17E (or 0xB6A17E) is known color: Pavlova. HEX triplet: B6, A1 and 7E. RGB value is (182,161,126). Sum of RGB (Red+Green+Blue) = 182+161+126=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A17E is #495E81. Grayscale: #A3A3A3. Windows color (decimal): -4808322 or 8298934. OLE color: 8298934.

HSL color Cylindrical-coordinate representation of color #B6A17E: hue angle of 37.5º 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 #B6A17E is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 161 126 -
CMYK 0 0.12 0.31 0.29
HSL 37.5º 0.28% 0.6% -
HSV(B) 37.5º 0.31% 0.71% -
XYZ 35.8 36.94 24.98 -
YUV 163.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 182 161 126 0 0.12 0.31 0.29 37.5 0.28 0.6
Hex B6 A1 7E 0 C 1F 1D 26 1C 3C
Octal 266 241 176 0 14 37 35 46 34 74
Binary 10110110 10100001 1111110 0 1100 11111 11101 100110 11100 111100

Color Harmonies of #B6A17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A17E

Black with #B6A17E

Text Example


Text Example

White with #B6A17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A17E; }

 p { color: rgb(182,161,126); }

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

background-color css

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

 a { background-color: rgb(182,161,126); }

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

border-color css

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

 span { border-color: rgb(182,161,126); }

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