Html Css Color HEX #B6A07E Pavlova

📋 copy color: '#B6A07E'

red 182 ◦ green 160 ◦ blue 126

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

Shades of Pavlova #B6A07E

Tints of Pavlova #B6A07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

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

R = 38.89%
G = 34.19%
B = 26.92%

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

#B6A07E (or 0xB6A07E) is known color: Pavlova. HEX triplet: B6, A0 and 7E. RGB value is (182,160,126). Sum of RGB (Red+Green+Blue) = 182+160+126=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A07E is #495F81. Grayscale: #A2A2A2. Windows color (decimal): -4808578 or 8298678. OLE color: 8298678.

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

Color convert

RGB 182 160 126 -
CMYK 0 0.12 0.31 0.29
HSL 36.43º 0.28% 0.6% -
HSV(B) 36.43º 0.31% 0.71% -
XYZ 35.63 36.59 24.92 -
YUV 162.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 182 160 126 0 0.12 0.31 0.29 36.43 0.28 0.6
Hex B6 A0 7E 0 C 1F 1D 24 1C 3C
Octal 266 240 176 0 14 37 35 44 34 74
Binary 10110110 10100000 1111110 0 1100 11111 11101 100100 11100 111100

Color Harmonies of #B6A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A07E

Black with #B6A07E

Text Example


Text Example

White with #B6A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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