#BEBC75

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

Shades of Pine Glade #BEBC75

Tints of Pine Glade #BEBC75

Color information

#BEBC75 (or 0xBEBC75) is unknown color: approx Pine Glade. HEX triplet: BE, BC and 75. RGB value is (190,188,117). Sum of RGB (Red+Green+Blue) = 190+188+117=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC75 is #41438A. Grayscale: #B4B4B4. Windows color (decimal): -4277131 or 7716030. OLE color: 7716030.

HSL color Cylindrical-coordinate representation of color #BEBC75: hue angle of 58.36º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEBC75 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190188117-
CMYK00.010.380.25
HSL58.36º35.96%60.2%-
HSV(B)58.36º38.42%74.51%-
XYZ42.4348.223.9-
YUV180.592.16134.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=38.38%
G=37.98%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018811700.010.380.2558.3635.9660.2
HexBEBC750126193a243c
Octal276274165014631724474
Binary101111101011110011101010110011011001111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC75; }

 p { color: rgb(190,188,117); }

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

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

 a { background-color: rgb(190,188,117); }

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

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

 span { border-color: rgb(190,188,117); }

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