#B7B974

Color #B7B974 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B7B974

Tints of Pine Glade #B7B974

Color information

#B7B974 (or 0xB7B974) is unknown color: approx Pine Glade. HEX triplet: B7, B9 and 74. RGB value is (183,185,116). Sum of RGB (Red+Green+Blue) = 183+185+116=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B974 is #48468B. Grayscale: #B0B0B0. Windows color (decimal): -4736652 or 7649719. OLE color: 7649719.

HSL color Cylindrical-coordinate representation of color #B7B974: hue angle of 61.74º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7B974 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB183185116-
CMYK0.0100.370.27
HSL61.74º33.01%59.02%-
HSV(B)61.74º37.3%72.55%-
XYZ40.0346.0323.3-
YUV176.5493.84132.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=37.81%
G=38.22%
B=23.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831851160.0100.370.2761.7433.0159.02
HexB7B97410251B3e213b
Octal267271164104533764173
Binary101101111011100111101001010010111011111110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B974; }

 p { color: rgb(183,185,116); }

 H1.HeaderClassName
 {
   color: #B7B974;
 }
 .AnyTagClassName
 {
   color: #B7B974;
 }
</style>
background-color css

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

 a { background-color: rgb(183,185,116); }

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

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

 span { border-color: rgb(183,185,116); }

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