Html Css Color HEX #BECB55 Wild Willow

📋 copy color: '#BECB55'

red 190 ◦ green 203 ◦ blue 85

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

Shades of Wild Willow #BECB55

Tints of Wild Willow #BECB55

RGB

 RED value IS 190 (74.61% from 255) = 39.75%

 GREEN value IS 203 (79.69% from 255) = 42.47%

 BLUE value IS 85 (33.59% from 255) = 17.78%

R = 39.75%
G = 42.47%
B = 17.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#BECB55 (or 0xBECB55) is known color: Wild Willow. HEX triplet: BE, CB and 55. RGB value is (190,203,85). Sum of RGB (Red+Green+Blue) = 190+203+85=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB55 is #4134AA. Grayscale: #BABABA. Windows color (decimal): -4273323 or 5622718. OLE color: 5622718.

HSL color Cylindrical-coordinate representation of color #BECB55: hue angle of 66.61º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BECB55 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 85 -
CMYK 0.06 0 0.58 0.20
HSL 66.61º 0.53% 0.56% -
HSV(B) 66.61º 0.58% 0.8% -
XYZ 44.23 54.31 16.75 -
YUV 185.66 71.19 131.09 -
System Red Green Blue C M Y K H S L
Decimal 190 203 85 0.06 0 0.58 0.20 66.61 0.53 0.56
Hex BE CB 55 6 0 3A 14 43 35 38
Octal 276 313 125 6 0 72 24 103 65 70
Binary 10111110 11001011 1010101 110 0 111010 10100 1000011 110101 111000

Color Harmonies of #BECB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB55

Black with #BECB55

Text Example


Text Example

White with #BECB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB55; }

 p { color: rgb(190,203,85); }

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

background-color css

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

 a { background-color: rgb(190,203,85); }

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

border-color css

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

 span { border-color: rgb(190,203,85); }

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