Html Css Color HEX #B7A680 Pavlova

📋 copy color: '#B7A680'

red 183 ◦ green 166 ◦ blue 128

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

Shades of Pavlova #B7A680

Tints of Pavlova #B7A680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.8%

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 38.36%
G = 34.8%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B7A680 (or 0xB7A680) is known color: Pavlova. HEX triplet: B7, A6 and 80. RGB value is (183,166,128). Sum of RGB (Red+Green+Blue) = 183+166+128=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A680 is #48597F. Grayscale: #A6A6A6. Windows color (decimal): -4741504 or 8431287. OLE color: 8431287.

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

Color convert

RGB 183 166 128 -
CMYK 0 0.09 0.30 0.28
HSL 41.45º 0.28% 0.61% -
HSV(B) 41.45º 0.3% 0.72% -
XYZ 37.06 38.9 25.98 -
YUV 166.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 183 166 128 0 0.09 0.30 0.28 41.45 0.28 0.61
Hex B7 A6 80 0 9 1E 1C 29 1C 3D
Octal 267 246 200 0 11 36 34 51 34 75
Binary 10110111 10100110 10000000 0 1001 11110 11100 101001 11100 111101

Color Harmonies of #B7A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A680

Black with #B7A680

Text Example


Text Example

White with #B7A680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A680; }

 p { color: rgb(183,166,128); }

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

background-color css

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

 a { background-color: rgb(183,166,128); }

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

border-color css

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

 span { border-color: rgb(183,166,128); }

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