Html Css Color HEX #BEC715 Rio Grande

📋 copy color: '#BEC715'

red 190 ◦ green 199 ◦ blue 21

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

Shades of Rio Grande #BEC715

Tints of Rio Grande #BEC715

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.54%

 BLUE value IS 21 (8.59% from 255) = 5.12%

R = 46.34%
G = 48.54%
B = 5.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#BEC715 (or 0xBEC715) is known color: Rio Grande. HEX triplet: BE, C7 and 15. RGB value is (190,199,21). Sum of RGB (Red+Green+Blue) = 190+199+21=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC715 is #4138EA. Grayscale: #B0B0B0. Windows color (decimal): -4274411 or 1427390. OLE color: 1427390.

HSL color Cylindrical-coordinate representation of color #BEC715: hue angle of 63.03º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEC715 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 199 21 -
CMYK 0.05 0 0.89 0.22
HSL 63.03º 0.81% 0.43% -
HSV(B) 63.03º 0.89% 0.78% -
XYZ 41.79 51.85 8.51 -
YUV 176.02 40.52 137.97 -
System Red Green Blue C M Y K H S L
Decimal 190 199 21 0.05 0 0.89 0.22 63.03 0.81 0.43
Hex BE C7 15 5 0 59 16 3F 51 2B
Octal 276 307 25 5 0 131 26 77 121 53
Binary 10111110 11000111 10101 101 0 1011001 10110 111111 1010001 101011

Color Harmonies of #BEC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC715

Black with #BEC715

Text Example


Text Example

White with #BEC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC715; }

 p { color: rgb(190,199,21); }

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

background-color css

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

 a { background-color: rgb(190,199,21); }

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

border-color css

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

 span { border-color: rgb(190,199,21); }

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