Html Css Color HEX #B7B580 Pine Glade

📋 copy color: '#B7B580'

red 183 ◦ green 181 ◦ blue 128

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

Shades of Pine Glade #B7B580

Tints of Pine Glade #B7B580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.79%

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

R = 37.2%
G = 36.79%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B7B580 (or 0xB7B580) is known color: Pine Glade. HEX triplet: B7, B5 and 80. RGB value is (183,181,128). Sum of RGB (Red+Green+Blue) = 183+181+128=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B580 is #484A7F. Grayscale: #AFAFAF. Windows color (decimal): -4737664 or 8435127. OLE color: 8435127.

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

Color convert

RGB 183 181 128 -
CMYK 0 0.01 0.30 0.28
HSL 57.82º 0.28% 0.61% -
HSV(B) 57.82º 0.3% 0.72% -
XYZ 39.95 44.67 26.94 -
YUV 175.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 183 181 128 0 0.01 0.30 0.28 57.82 0.28 0.61
Hex B7 B5 80 0 1 1E 1C 3A 1C 3D
Octal 267 265 200 0 1 36 34 72 34 75
Binary 10110111 10110101 10000000 0 1 11110 11100 111010 11100 111101

Color Harmonies of #B7B580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B580

Black with #B7B580

Text Example


Text Example

White with #B7B580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B580; }

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

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

background-color css

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

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

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

border-color css

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

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

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