Html Css Color HEX #BEBA0C La Rioja

📋 copy color: '#BEBA0C'

red 190 ◦ green 186 ◦ blue 12

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

Shades of La Rioja #BEBA0C

Tints of La Rioja #BEBA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.94%

 BLUE value IS 12 (5.08% from 255) = 3.09%

R = 48.97%
G = 47.94%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEBA0C (or 0xBEBA0C) is known color: La Rioja. HEX triplet: BE, BA and 0C. RGB value is (190,186,12). Sum of RGB (Red+Green+Blue) = 190+186+12=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA0C is #4145F3. Grayscale: #A8A8A8. Windows color (decimal): -4277748 or 834238. OLE color: 834238.

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

Color convert

RGB 190 186 12 -
CMYK 0 0.02 0.94 0.25
HSL 58.65º 0.88% 0.4% -
HSV(B) 58.65º 0.94% 0.75% -
XYZ 38.86 46.09 7.2 -
YUV 167.36 40.33 144.15 -
System Red Green Blue C M Y K H S L
Decimal 190 186 12 0 0.02 0.94 0.25 58.65 0.88 0.4
Hex BE BA C 0 2 5E 19 3B 58 28
Octal 276 272 14 0 2 136 31 73 130 50
Binary 10111110 10111010 1100 0 10 1011110 11001 111011 1011000 101000

Color Harmonies of #BEBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA0C

Black with #BEBA0C

Text Example


Text Example

White with #BEBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA0C; }

 p { color: rgb(190,186,12); }

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

background-color css

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

 a { background-color: rgb(190,186,12); }

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

border-color css

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

 span { border-color: rgb(190,186,12); }

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