Html Css Color HEX #B6A07D Pavlova

📋 copy color: '#B6A07D'

red 182 ◦ green 160 ◦ blue 125

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

Shades of Pavlova #B6A07D

Tints of Pavlova #B6A07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 38.97%
G = 34.26%
B = 26.77%

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

#B6A07D (or 0xB6A07D) is known color: Pavlova. HEX triplet: B6, A0 and 7D. RGB value is (182,160,125). Sum of RGB (Red+Green+Blue) = 182+160+125=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A07D is #495F82. Grayscale: #A2A2A2. Windows color (decimal): -4808579 or 8233142. OLE color: 8233142.

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

Color convert

RGB 182 160 125 -
CMYK 0 0.12 0.31 0.29
HSL 36.84º 0.28% 0.6% -
HSV(B) 36.84º 0.31% 0.71% -
XYZ 35.56 36.57 24.59 -
YUV 162.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 182 160 125 0 0.12 0.31 0.29 36.84 0.28 0.6
Hex B6 A0 7D 0 C 1F 1D 25 1C 3C
Octal 266 240 175 0 14 37 35 45 34 74
Binary 10110110 10100000 1111101 0 1100 11111 11101 100101 11100 111100

Color Harmonies of #B6A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A07D

Black with #B6A07D

Text Example


Text Example

White with #B6A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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