#B4BE65

Color #B4BE65 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B4BE65

Tints of Wild Willow #B4BE65

Color information

#B4BE65 (or 0xB4BE65) is unknown color: approx Wild Willow. HEX triplet: B4, BE and 65. RGB value is (180,190,101). Sum of RGB (Red+Green+Blue) = 180+190+101=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE65 is #4B419A. Grayscale: #B1B1B1. Windows color (decimal): -4931995 or 6667956. OLE color: 6667956.

HSL color Cylindrical-coordinate representation of color #B4BE65: hue angle of 66.74º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4BE65 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB180190101-
CMYK0.0500.470.25
HSL66.74º40.64%57.06%-
HSV(B)66.74º46.84%74.51%-
XYZ39.5847.4719.39-
YUV176.8685.19130.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=38.22%
G=40.34%
B=21.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901010.0500.470.2566.7440.6457.06
HexB4BE65502F19432939
Octal2642761455057311035171
Binary101101001011111011001011010101111110011000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE65; }

 p { color: rgb(180,190,101); }

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

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

 a { background-color: rgb(180,190,101); }

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

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

 span { border-color: rgb(180,190,101); }

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