Html Css Color HEX #B7BA8C Pine Glade

📋 copy color: '#B7BA8C'

red 183 ◦ green 186 ◦ blue 140

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

Shades of Pine Glade #B7BA8C

Tints of Pine Glade #B7BA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.54%

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 35.95%
G = 36.54%
B = 27.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B7BA8C (or 0xB7BA8C) is known color: Pine Glade. HEX triplet: B7, BA and 8C. RGB value is (183,186,140). Sum of RGB (Red+Green+Blue) = 183+186+140=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA8C is #484573. Grayscale: #B4B4B4. Windows color (decimal): -4736372 or 9222839. OLE color: 9222839.

HSL color Cylindrical-coordinate representation of color #B7BA8C: hue angle of 63.91º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7BA8C is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 186 140 -
CMYK 0.02 0 0.25 0.27
HSL 63.91º 0.25% 0.64% -
HSV(B) 63.91º 0.25% 0.73% -
XYZ 41.82 47.08 31.69 -
YUV 179.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 183 186 140 0.02 0 0.25 0.27 63.91 0.25 0.64
Hex B7 BA 8C 2 0 19 1B 40 19 40
Octal 267 272 214 2 0 31 33 100 31 100
Binary 10110111 10111010 10001100 10 0 11001 11011 1000000 11001 1000000

Color Harmonies of #B7BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA8C

Black with #B7BA8C

Text Example


Text Example

White with #B7BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA8C; }

 p { color: rgb(183,186,140); }

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

background-color css

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

 a { background-color: rgb(183,186,140); }

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

border-color css

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

 span { border-color: rgb(183,186,140); }

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