Html Css Color HEX #B4BF5F Wild Willow

📋 copy color: '#B4BF5F'

red 180 ◦ green 191 ◦ blue 95

#B4BF5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #B4BF5F

Tints of Wild Willow #B4BF5F

RGB

 RED value IS 180 (70.7% from 255) = 38.63%

 GREEN value IS 191 (75% from 255) = 40.99%

 BLUE value IS 95 (37.5% from 255) = 20.39%

R = 38.63%
G = 40.99%
B = 20.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#B4BF5F (or 0xB4BF5F) is known color: Wild Willow. HEX triplet: B4, BF and 5F. RGB value is (180,191,95). Sum of RGB (Red+Green+Blue) = 180+191+95=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF5F is #4B40A0. Grayscale: #B1B1B1. Windows color (decimal): -4931745 or 6274996. OLE color: 6274996.

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

Color convert

RGB 180 191 95 -
CMYK 0.06 0 0.50 0.25
HSL 66.87º 0.43% 0.56% -
HSV(B) 66.87º 0.5% 0.75% -
XYZ 39.52 47.79 17.97 -
YUV 176.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 180 191 95 0.06 0 0.50 0.25 66.87 0.43 0.56
Hex B4 BF 5F 6 0 32 19 43 2B 38
Octal 264 277 137 6 0 62 31 103 53 70
Binary 10110100 10111111 1011111 110 0 110010 11001 1000011 101011 111000

Color Harmonies of #B4BF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF5F

Black with #B4BF5F

Text Example


Text Example

White with #B4BF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF5F; }

 p { color: rgb(180,191,95); }

 H1.HeaderClassName
 {
   color: #B4BF5F;
 }
 .AnyTagClassName
 {
   color: #B4BF5F;
 }
</style>

background-color css

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

 a { background-color: rgb(180,191,95); }

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

border-color css

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

 span { border-color: rgb(180,191,95); }

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