Html Css Color HEX #B6A27E Pavlova

📋 copy color: '#B6A27E'

red 182 ◦ green 162 ◦ blue 126

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

Shades of Pavlova #B6A27E

Tints of Pavlova #B6A27E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

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

R = 38.72%
G = 34.47%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6A27E (or 0xB6A27E) is known color: Pavlova. HEX triplet: B6, A2 and 7E. RGB value is (182,162,126). Sum of RGB (Red+Green+Blue) = 182+162+126=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A27E is #495D81. Grayscale: #A4A4A4. Windows color (decimal): -4808066 or 8299190. OLE color: 8299190.

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

Color convert

RGB 182 162 126 -
CMYK 0 0.11 0.31 0.29
HSL 38.57º 0.28% 0.6% -
HSV(B) 38.57º 0.31% 0.71% -
XYZ 35.98 37.29 25.04 -
YUV 163.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 182 162 126 0 0.11 0.31 0.29 38.57 0.28 0.6
Hex B6 A2 7E 0 B 1F 1D 27 1C 3C
Octal 266 242 176 0 13 37 35 47 34 74
Binary 10110110 10100010 1111110 0 1011 11111 11101 100111 11100 111100

Color Harmonies of #B6A27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A27E

Black with #B6A27E

Text Example


Text Example

White with #B6A27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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