Html Css Color HEX #B4BF5D Wild Willow

📋 copy color: '#B4BF5D'

red 180 ◦ green 191 ◦ blue 93

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

Shades of Wild Willow #B4BF5D

Tints of Wild Willow #B4BF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 38.79%
G = 41.16%
B = 20.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#B4BF5D (or 0xB4BF5D) is known color: Wild Willow. HEX triplet: B4, BF and 5D. RGB value is (180,191,93). Sum of RGB (Red+Green+Blue) = 180+191+93=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF5D is #4B40A2. Grayscale: #B0B0B0. Windows color (decimal): -4931747 or 6143924. OLE color: 6143924.

HSL color Cylindrical-coordinate representation of color #B4BF5D: hue angle of 66.73º 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 #B4BF5D is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 93 -
CMYK 0.06 0 0.51 0.25
HSL 66.73º 0.43% 0.56% -
HSV(B) 66.73º 0.51% 0.75% -
XYZ 39.43 47.76 17.5 -
YUV 176.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 180 191 93 0.06 0 0.51 0.25 66.73 0.43 0.56
Hex B4 BF 5D 6 0 33 19 43 2B 38
Octal 264 277 135 6 0 63 31 103 53 70
Binary 10110100 10111111 1011101 110 0 110011 11001 1000011 101011 111000

Color Harmonies of #B4BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF5D

Black with #B4BF5D

Text Example


Text Example

White with #B4BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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