#BBBF5D

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

Shades of Wild Willow #BBBF5D

Tints of Wild Willow #BBBF5D

Color information

#BBBF5D (or 0xBBBF5D) is unknown color: approx Wild Willow. HEX triplet: BB, BF and 5D. RGB value is (187,191,93). Sum of RGB (Red+Green+Blue) = 187+191+93=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF5D is #4440A2. Grayscale: #B3B3B3. Windows color (decimal): -4472995 or 6143931. OLE color: 6143931.

HSL color Cylindrical-coordinate representation of color #BBBF5D: hue angle of 62.45º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBBF5D is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB18719193-
CMYK0.0200.510.25
HSL62.45º43.36%55.69%-
HSV(B)62.45º51.31%74.9%-
XYZ41.148.6217.57-
YUV178.6379.67133.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=39.70%
G=40.55%
B=19.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187191930.0200.510.2562.4543.3655.69
HexBBBF5D2033193e2b38
Octal273277135206331765370
Binary1011101110111111101110110011001111001111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF5D; }

 p { color: rgb(187,191,93); }

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

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

 a { background-color: rgb(187,191,93); }

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

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

 span { border-color: rgb(187,191,93); }

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