Html Css Color HEX #B7B880 Pine Glade

📋 copy color: '#B7B880'

red 183 ◦ green 184 ◦ blue 128

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

Shades of Pine Glade #B7B880

Tints of Pine Glade #B7B880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.17%

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

R = 36.97%
G = 37.17%
B = 25.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B7B880 (or 0xB7B880) is known color: Pine Glade. HEX triplet: B7, B8 and 80. RGB value is (183,184,128). Sum of RGB (Red+Green+Blue) = 183+184+128=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B880 is #48477F. Grayscale: #B1B1B1. Windows color (decimal): -4736896 or 8435895. OLE color: 8435895.

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

Color convert

RGB 183 184 128 -
CMYK 0.01 0 0.30 0.28
HSL 61.07º 0.28% 0.61% -
HSV(B) 61.07º 0.3% 0.72% -
XYZ 40.57 45.91 27.14 -
YUV 177.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 183 184 128 0.01 0 0.30 0.28 61.07 0.28 0.61
Hex B7 B8 80 1 0 1E 1C 3D 1C 3D
Octal 267 270 200 1 0 36 34 75 34 75
Binary 10110111 10111000 10000000 1 0 11110 11100 111101 11100 111101

Color Harmonies of #B7B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B880

Black with #B7B880

Text Example


Text Example

White with #B7B880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B880; }

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

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

background-color css

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

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

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

border-color css

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

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

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