Html Css Color HEX #BECA13 Rio Grande

📋 copy color: '#BECA13'

red 190 ◦ green 202 ◦ blue 19

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

Shades of Rio Grande #BECA13

Tints of Rio Grande #BECA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 46.23%
G = 49.15%
B = 4.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#BECA13 (or 0xBECA13) is known color: Rio Grande. HEX triplet: BE, CA and 13. RGB value is (190,202,19). Sum of RGB (Red+Green+Blue) = 190+202+19=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECA13 is #4135EC. Grayscale: #B2B2B2. Windows color (decimal): -4273645 or 1297086. OLE color: 1297086.

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

Color convert

RGB 190 202 19 -
CMYK 0.06 0 0.91 0.21
HSL 63.93º 0.83% 0.43% -
HSV(B) 63.93º 0.91% 0.79% -
XYZ 42.47 53.24 8.65 -
YUV 177.55 38.52 136.88 -
System Red Green Blue C M Y K H S L
Decimal 190 202 19 0.06 0 0.91 0.21 63.93 0.83 0.43
Hex BE CA 13 6 0 5B 15 40 53 2B
Octal 276 312 23 6 0 133 25 100 123 53
Binary 10111110 11001010 10011 110 0 1011011 10101 1000000 1010011 101011

Color Harmonies of #BECA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA13

Black with #BECA13

Text Example


Text Example

White with #BECA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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