Html Css Color HEX #B4BF65 Wild Willow

📋 copy color: '#B4BF65'

red 180 ◦ green 191 ◦ blue 101

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

Shades of Wild Willow #B4BF65

Tints of Wild Willow #B4BF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 38.14%
G = 40.47%
B = 21.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#B4BF65 (or 0xB4BF65) is known color: Wild Willow. HEX triplet: B4, BF and 65. RGB value is (180,191,101). Sum of RGB (Red+Green+Blue) = 180+191+101=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF65 is #4B409A. Grayscale: #B1B1B1. Windows color (decimal): -4931739 or 6668212. OLE color: 6668212.

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

Color convert

RGB 180 191 101 -
CMYK 0.06 0 0.47 0.25
HSL 67.33º 0.41% 0.57% -
HSV(B) 67.33º 0.47% 0.75% -
XYZ 39.8 47.9 19.46 -
YUV 177.45 84.86 129.82 -
System Red Green Blue C M Y K H S L
Decimal 180 191 101 0.06 0 0.47 0.25 67.33 0.41 0.57
Hex B4 BF 65 6 0 2F 19 43 29 39
Octal 264 277 145 6 0 57 31 103 51 71
Binary 10110100 10111111 1100101 110 0 101111 11001 1000011 101001 111001

Color Harmonies of #B4BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF65

Black with #B4BF65

Text Example


Text Example

White with #B4BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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