Html Css Color HEX #B7A580 Pavlova

📋 copy color: '#B7A580'

red 183 ◦ green 165 ◦ blue 128

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

Shades of Pavlova #B7A580

Tints of Pavlova #B7A580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.66%

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

R = 38.45%
G = 34.66%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B7A580 (or 0xB7A580) is known color: Pavlova. HEX triplet: B7, A5 and 80. RGB value is (183,165,128). Sum of RGB (Red+Green+Blue) = 183+165+128=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A580 is #485A7F. Grayscale: #A6A6A6. Windows color (decimal): -4741760 or 8431031. OLE color: 8431031.

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

Color convert

RGB 183 165 128 -
CMYK 0 0.10 0.30 0.28
HSL 40.36º 0.28% 0.61% -
HSV(B) 40.36º 0.3% 0.72% -
XYZ 36.88 38.54 25.92 -
YUV 166.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 183 165 128 0 0.10 0.30 0.28 40.36 0.28 0.61
Hex B7 A5 80 0 A 1E 1C 28 1C 3D
Octal 267 245 200 0 12 36 34 50 34 75
Binary 10110111 10100101 10000000 0 1010 11110 11100 101000 11100 111101

Color Harmonies of #B7A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A580

Black with #B7A580

Text Example


Text Example

White with #B7A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A580; }

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

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

background-color css

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

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

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

border-color css

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

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

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