Html Css Color HEX #B4BF6C Wild Willow

📋 copy color: '#B4BF6C'

red 180 ◦ green 191 ◦ blue 108

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

Shades of Wild Willow #B4BF6C

Tints of Wild Willow #B4BF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 37.58%
G = 39.87%
B = 22.55%

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

#B4BF6C (or 0xB4BF6C) is known color: Wild Willow. HEX triplet: B4, BF and 6C. RGB value is (180,191,108). Sum of RGB (Red+Green+Blue) = 180+191+108=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF6C is #4B4093. Grayscale: #B2B2B2. Windows color (decimal): -4931732 or 7126964. OLE color: 7126964.

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

Color convert

RGB 180 191 108 -
CMYK 0.06 0 0.43 0.25
HSL 67.95º 0.39% 0.59% -
HSV(B) 67.95º 0.43% 0.75% -
XYZ 40.16 48.05 21.34 -
YUV 178.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 180 191 108 0.06 0 0.43 0.25 67.95 0.39 0.59
Hex B4 BF 6C 6 0 2B 19 44 27 3B
Octal 264 277 154 6 0 53 31 104 47 73
Binary 10110100 10111111 1101100 110 0 101011 11001 1000100 100111 111011

Color Harmonies of #B4BF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF6C

Black with #B4BF6C

Text Example


Text Example

White with #B4BF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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