Html Css Color HEX #B4BF69 Wild Willow

📋 copy color: '#B4BF69'

red 180 ◦ green 191 ◦ blue 105

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

Shades of Wild Willow #B4BF69

Tints of Wild Willow #B4BF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.06%

R = 37.82%
G = 40.13%
B = 22.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#B4BF69 (or 0xB4BF69) is known color: Wild Willow. HEX triplet: B4, BF and 69. RGB value is (180,191,105). Sum of RGB (Red+Green+Blue) = 180+191+105=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF69 is #4B4096. Grayscale: #B2B2B2. Windows color (decimal): -4931735 or 6930356. OLE color: 6930356.

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

Color convert

RGB 180 191 105 -
CMYK 0.06 0 0.45 0.25
HSL 67.67º 0.4% 0.58% -
HSV(B) 67.67º 0.45% 0.75% -
XYZ 40 47.98 20.52 -
YUV 177.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 180 191 105 0.06 0 0.45 0.25 67.67 0.4 0.58
Hex B4 BF 69 6 0 2D 19 44 28 3A
Octal 264 277 151 6 0 55 31 104 50 72
Binary 10110100 10111111 1101001 110 0 101101 11001 1000100 101000 111010

Color Harmonies of #B4BF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF69

Black with #B4BF69

Text Example


Text Example

White with #B4BF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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