Html Css Color HEX #B7A07F Pavlova

📋 copy color: '#B7A07F'

red 183 ◦ green 160 ◦ blue 127

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

Shades of Pavlova #B7A07F

Tints of Pavlova #B7A07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.02%

R = 38.94%
G = 34.04%
B = 27.02%

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

#B7A07F (or 0xB7A07F) is known color: Pavlova. HEX triplet: B7, A0 and 7F. RGB value is (183,160,127). Sum of RGB (Red+Green+Blue) = 183+160+127=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A07F is #485F80. Grayscale: #A3A3A3. Windows color (decimal): -4743041 or 8364215. OLE color: 8364215.

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

Color convert

RGB 183 160 127 -
CMYK 0 0.13 0.31 0.28
HSL 35.36º 0.28% 0.61% -
HSV(B) 35.36º 0.31% 0.72% -
XYZ 35.93 36.74 25.28 -
YUV 163.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 183 160 127 0 0.13 0.31 0.28 35.36 0.28 0.61
Hex B7 A0 7F 0 D 1F 1C 23 1C 3D
Octal 267 240 177 0 15 37 34 43 34 75
Binary 10110111 10100000 1111111 0 1101 11111 11100 100011 11100 111101

Color Harmonies of #B7A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A07F

Black with #B7A07F

Text Example


Text Example

White with #B7A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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