Html Css Color HEX #B7B680 Pine Glade

📋 copy color: '#B7B680'

red 183 ◦ green 182 ◦ blue 128

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

Shades of Pine Glade #B7B680

Tints of Pine Glade #B7B680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.92%

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

R = 37.12%
G = 36.92%
B = 25.96%

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

#B7B680 (or 0xB7B680) is known color: Pine Glade. HEX triplet: B7, B6 and 80. RGB value is (183,182,128). Sum of RGB (Red+Green+Blue) = 183+182+128=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B680 is #48497F. Grayscale: #B0B0B0. Windows color (decimal): -4737408 or 8435383. OLE color: 8435383.

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

Color convert

RGB 183 182 128 -
CMYK 0 0.01 0.30 0.28
HSL 58.91º 0.28% 0.61% -
HSV(B) 58.91º 0.3% 0.72% -
XYZ 40.15 45.08 27.01 -
YUV 176.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 183 182 128 0 0.01 0.30 0.28 58.91 0.28 0.61
Hex B7 B6 80 0 1 1E 1C 3B 1C 3D
Octal 267 266 200 0 1 36 34 73 34 75
Binary 10110111 10110110 10000000 0 1 11110 11100 111011 11100 111101

Color Harmonies of #B7B680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B680

Black with #B7B680

Text Example


Text Example

White with #B7B680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B680; }

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

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

background-color css

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

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

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

border-color css

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

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

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