Html Css Color HEX #BEC307 La Rioja

📋 copy color: '#BEC307'

red 190 ◦ green 195 ◦ blue 7

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

Shades of La Rioja #BEC307

Tints of La Rioja #BEC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.74%

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 48.47%
G = 49.74%
B = 1.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#BEC307 (or 0xBEC307) is known color: La Rioja. HEX triplet: BE, C3 and 07. RGB value is (190,195,7). Sum of RGB (Red+Green+Blue) = 190+195+7=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC307 is #413CF8. Grayscale: #ACACAC. Windows color (decimal): -4275449 or 508862. OLE color: 508862.

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

Color convert

RGB 190 195 7 -
CMYK 0.03 0 0.96 0.24
HSL 61.6º 0.93% 0.4% -
HSV(B) 61.6º 0.96% 0.76% -
XYZ 40.79 49.99 7.7 -
YUV 172.07 34.84 140.79 -
System Red Green Blue C M Y K H S L
Decimal 190 195 7 0.03 0 0.96 0.24 61.6 0.93 0.4
Hex BE C3 7 3 0 60 18 3E 5D 28
Octal 276 303 7 3 0 140 30 76 135 50
Binary 10111110 11000011 111 11 0 1100000 11000 111110 1011101 101000

Color Harmonies of #BEC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC307

Black with #BEC307

Text Example


Text Example

White with #BEC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC307; }

 p { color: rgb(190,195,7); }

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

background-color css

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

 a { background-color: rgb(190,195,7); }

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

border-color css

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

 span { border-color: rgb(190,195,7); }

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