Html Css Color HEX #BECA6A Wild Willow

📋 copy color: '#BECA6A'

red 190 ◦ green 202 ◦ blue 106

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

Shades of Wild Willow #BECA6A

Tints of Wild Willow #BECA6A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.56%

 BLUE value IS 106 (41.8% from 255) = 21.29%

R = 38.15%
G = 40.56%
B = 21.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#BECA6A (or 0xBECA6A) is known color: Wild Willow. HEX triplet: BE, CA and 6A. RGB value is (190,202,106). Sum of RGB (Red+Green+Blue) = 190+202+106=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA6A is #413595. Grayscale: #BBBBBB. Windows color (decimal): -4273558 or 6998718. OLE color: 6998718.

HSL color Cylindrical-coordinate representation of color #BECA6A: hue angle of 67.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BECA6A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 106 -
CMYK 0.06 0 0.48 0.21
HSL 67.5º 0.48% 0.6% -
HSV(B) 67.5º 0.48% 0.79% -
XYZ 44.96 54.23 21.73 -
YUV 187.47 82.02 129.81 -
System Red Green Blue C M Y K H S L
Decimal 190 202 106 0.06 0 0.48 0.21 67.5 0.48 0.6
Hex BE CA 6A 6 0 30 15 44 30 3C
Octal 276 312 152 6 0 60 25 104 60 74
Binary 10111110 11001010 1101010 110 0 110000 10101 1000100 110000 111100

Color Harmonies of #BECA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA6A

Black with #BECA6A

Text Example


Text Example

White with #BECA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA6A; }

 p { color: rgb(190,202,106); }

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

background-color css

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

 a { background-color: rgb(190,202,106); }

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

border-color css

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

 span { border-color: rgb(190,202,106); }

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