Html Css Color HEX #BBC971 Wild Willow

📋 copy color: '#BBC971'

red 187 ◦ green 201 ◦ blue 113

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

Shades of Wild Willow #BBC971

Tints of Wild Willow #BBC971

RGB

 RED value IS 187 (73.44% from 255) = 37.33%

 GREEN value IS 201 (78.91% from 255) = 40.12%

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 37.33%
G = 40.12%
B = 22.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#BBC971 (or 0xBBC971) is known color: Wild Willow. HEX triplet: BB, C9 and 71. RGB value is (187,201,113). Sum of RGB (Red+Green+Blue) = 187+201+113=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC971 is #44368E. Grayscale: #BBBBBB. Windows color (decimal): -4470415 or 7457211. OLE color: 7457211.

HSL color Cylindrical-coordinate representation of color #BBC971: hue angle of 69.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBC971 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 113 -
CMYK 0.07 0 0.44 0.21
HSL 69.55º 0.45% 0.62% -
HSV(B) 69.55º 0.44% 0.79% -
XYZ 44.36 53.53 23.62 -
YUV 186.78 86.36 128.16 -
System Red Green Blue C M Y K H S L
Decimal 187 201 113 0.07 0 0.44 0.21 69.55 0.45 0.62
Hex BB C9 71 7 0 2C 15 46 2D 3E
Octal 273 311 161 7 0 54 25 106 55 76
Binary 10111011 11001001 1110001 111 0 101100 10101 1000110 101101 111110

Color Harmonies of #BBC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC971

Black with #BBC971

Text Example


Text Example

White with #BBC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC971; }

 p { color: rgb(187,201,113); }

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

background-color css

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

 a { background-color: rgb(187,201,113); }

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

border-color css

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

 span { border-color: rgb(187,201,113); }

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