Html Css Color HEX #B7A07E Pavlova

📋 copy color: '#B7A07E'

red 183 ◦ green 160 ◦ blue 126

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

Shades of Pavlova #B7A07E

Tints of Pavlova #B7A07E

RGB

 RED value IS 183 (71.88% from 255) = 39.02%

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

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

R = 39.02%
G = 34.12%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7A07E (or 0xB7A07E) is known color: Pavlova. HEX triplet: B7, A0 and 7E. RGB value is (183,160,126). Sum of RGB (Red+Green+Blue) = 183+160+126=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A07E is #485F81. Grayscale: #A3A3A3. Windows color (decimal): -4743042 or 8298679. OLE color: 8298679.

HSL color Cylindrical-coordinate representation of color #B7A07E: hue angle of 35.79º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7A07E is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 160 126 -
CMYK 0 0.13 0.31 0.28
HSL 35.79º 0.28% 0.61% -
HSV(B) 35.79º 0.31% 0.72% -
XYZ 35.87 36.72 24.94 -
YUV 163 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 183 160 126 0 0.13 0.31 0.28 35.79 0.28 0.61
Hex B7 A0 7E 0 D 1F 1C 24 1C 3D
Octal 267 240 176 0 15 37 34 44 34 75
Binary 10110111 10100000 1111110 0 1101 11111 11100 100100 11100 111101

Color Harmonies of #B7A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A07E

Black with #B7A07E

Text Example


Text Example

White with #B7A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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