Html Css Color HEX #B4BF6D Wild Willow

📋 copy color: '#B4BF6D'

red 180 ◦ green 191 ◦ blue 109

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

Shades of Wild Willow #B4BF6D

Tints of Wild Willow #B4BF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.71%

R = 37.5%
G = 39.79%
B = 22.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#B4BF6D (or 0xB4BF6D) is known color: Wild Willow. HEX triplet: B4, BF and 6D. RGB value is (180,191,109). Sum of RGB (Red+Green+Blue) = 180+191+109=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF6D is #4B4092. Grayscale: #B2B2B2. Windows color (decimal): -4931731 or 7192500. OLE color: 7192500.

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

Color convert

RGB 180 191 109 -
CMYK 0.06 0 0.43 0.25
HSL 68.05º 0.39% 0.59% -
HSV(B) 68.05º 0.43% 0.75% -
XYZ 40.21 48.07 21.63 -
YUV 178.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 180 191 109 0.06 0 0.43 0.25 68.05 0.39 0.59
Hex B4 BF 6D 6 0 2B 19 44 27 3B
Octal 264 277 155 6 0 53 31 104 47 73
Binary 10110100 10111111 1101101 110 0 101011 11001 1000100 100111 111011

Color Harmonies of #B4BF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF6D

Black with #B4BF6D

Text Example


Text Example

White with #B4BF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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