Html Css Color HEX #B6A87E Pavlova

📋 copy color: '#B6A87E'

red 182 ◦ green 168 ◦ blue 126

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

Shades of Pavlova #B6A87E

Tints of Pavlova #B6A87E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 38.24%
G = 35.29%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6A87E (or 0xB6A87E) is known color: Pavlova. HEX triplet: B6, A8 and 7E. RGB value is (182,168,126). Sum of RGB (Red+Green+Blue) = 182+168+126=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A87E is #495781. Grayscale: #A7A7A7. Windows color (decimal): -4806530 or 8300726. OLE color: 8300726.

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

Color convert

RGB 182 168 126 -
CMYK 0 0.08 0.31 0.29
HSL 45º 0.28% 0.6% -
HSV(B) 45º 0.31% 0.71% -
XYZ 37.06 39.46 25.4 -
YUV 167.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 182 168 126 0 0.08 0.31 0.29 45 0.28 0.6
Hex B6 A8 7E 0 8 1F 1D 2D 1C 3C
Octal 266 250 176 0 10 37 35 55 34 74
Binary 10110110 10101000 1111110 0 1000 11111 11101 101101 11100 111100

Color Harmonies of #B6A87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A87E

Black with #B6A87E

Text Example


Text Example

White with #B6A87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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