Html Css Color HEX #BEBC0F La Rioja

📋 copy color: '#BEBC0F'

red 190 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #BEBC0F

Tints of La Rioja #BEBC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.84%

 BLUE value IS 15 (6.25% from 255) = 3.82%

R = 48.35%
G = 47.84%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEBC0F (or 0xBEBC0F) is known color: La Rioja. HEX triplet: BE, BC and 0F. RGB value is (190,188,15). Sum of RGB (Red+Green+Blue) = 190+188+15=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC0F is #4143F0. Grayscale: #A9A9A9. Windows color (decimal): -4277233 or 1031358. OLE color: 1031358.

HSL color Cylindrical-coordinate representation of color #BEBC0F: hue angle of 59.31º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEBC0F is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 15 -
CMYK 0 0.01 0.92 0.25
HSL 59.31º 0.85% 0.4% -
HSV(B) 59.31º 0.92% 0.75% -
XYZ 39.3 46.95 7.44 -
YUV 168.88 41.16 143.07 -
System Red Green Blue C M Y K H S L
Decimal 190 188 15 0 0.01 0.92 0.25 59.31 0.85 0.4
Hex BE BC F 0 1 5C 19 3B 55 28
Octal 276 274 17 0 1 134 31 73 125 50
Binary 10111110 10111100 1111 0 1 1011100 11001 111011 1010101 101000

Color Harmonies of #BEBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC0F

Black with #BEBC0F

Text Example


Text Example

White with #BEBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC0F; }

 p { color: rgb(190,188,15); }

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

background-color css

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

 a { background-color: rgb(190,188,15); }

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

border-color css

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

 span { border-color: rgb(190,188,15); }

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