#B0B675

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

Shades of Pine Glade #B0B675

Tints of Pine Glade #B0B675

Color information

#B0B675 (or 0xB0B675) is unknown color: approx Pine Glade. HEX triplet: B0, B6 and 75. RGB value is (176,182,117). Sum of RGB (Red+Green+Blue) = 176+182+117=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B675 is #4F498A. Grayscale: #ADADAD. Windows color (decimal): -5196171 or 7714480. OLE color: 7714480.

HSL color Cylindrical-coordinate representation of color #B0B675: hue angle of 65.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0B675 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB176182117-
CMYK0.0300.360.29
HSL65.54º30.81%58.63%-
HSV(B)65.54º35.71%71.37%-
XYZ37.8443.9723.32-
YUV172.896.51130.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=37.05%
G=38.32%
B=24.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821170.0300.360.2965.5430.8158.63
HexB0B67530241D421f3b
Octal2602661653044351023773
Binary1011000010110110111010111010010011101100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B675; }

 p { color: rgb(176,182,117); }

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

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

 a { background-color: rgb(176,182,117); }

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

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

 span { border-color: rgb(176,182,117); }

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