Html Css Color HEX #B6A97E Pavlova

📋 copy color: '#B6A97E'

red 182 ◦ green 169 ◦ blue 126

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

Shades of Pavlova #B6A97E

Tints of Pavlova #B6A97E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 38.16%
G = 35.43%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6A97E (or 0xB6A97E) is known color: Pavlova. HEX triplet: B6, A9 and 7E. RGB value is (182,169,126). Sum of RGB (Red+Green+Blue) = 182+169+126=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A97E is #495681. Grayscale: #A8A8A8. Windows color (decimal): -4806274 or 8300982. OLE color: 8300982.

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

Color convert

RGB 182 169 126 -
CMYK 0 0.07 0.31 0.29
HSL 46.07º 0.28% 0.6% -
HSV(B) 46.07º 0.31% 0.71% -
XYZ 37.25 39.83 25.46 -
YUV 167.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 182 169 126 0 0.07 0.31 0.29 46.07 0.28 0.6
Hex B6 A9 7E 0 7 1F 1D 2E 1C 3C
Octal 266 251 176 0 7 37 35 56 34 74
Binary 10110110 10101001 1111110 0 111 11111 11101 101110 11100 111100

Color Harmonies of #B6A97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A97E

Black with #B6A97E

Text Example


Text Example

White with #B6A97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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