Html Css Color HEX #BBC165 Wild Willow

📋 copy color: '#BBC165'

red 187 ◦ green 193 ◦ blue 101

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

Shades of Wild Willow #BBC165

Tints of Wild Willow #BBC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

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

R = 38.88%
G = 40.12%
B = 21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#BBC165 (or 0xBBC165) is known color: Wild Willow. HEX triplet: BB, C1 and 65. RGB value is (187,193,101). Sum of RGB (Red+Green+Blue) = 187+193+101=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC165 is #443E9A. Grayscale: #B5B5B5. Windows color (decimal): -4472475 or 6668731. OLE color: 6668731.

HSL color Cylindrical-coordinate representation of color #BBC165: hue angle of 63.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBC165 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 101 -
CMYK 0.03 0 0.48 0.24
HSL 63.91º 0.43% 0.58% -
HSV(B) 63.91º 0.48% 0.76% -
XYZ 41.91 49.64 19.69 -
YUV 180.72 83.01 132.48 -
System Red Green Blue C M Y K H S L
Decimal 187 193 101 0.03 0 0.48 0.24 63.91 0.43 0.58
Hex BB C1 65 3 0 30 18 40 2B 3A
Octal 273 301 145 3 0 60 30 100 53 72
Binary 10111011 11000001 1100101 11 0 110000 11000 1000000 101011 111010

Color Harmonies of #BBC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC165

Black with #BBC165

Text Example


Text Example

White with #BBC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC165; }

 p { color: rgb(187,193,101); }

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

background-color css

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

 a { background-color: rgb(187,193,101); }

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

border-color css

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

 span { border-color: rgb(187,193,101); }

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