Html Css Color HEX #BEBA0D La Rioja

📋 copy color: '#BEBA0D'

red 190 ◦ green 186 ◦ blue 13

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

Shades of La Rioja #BEBA0D

Tints of La Rioja #BEBA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.34%

R = 48.84%
G = 47.81%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEBA0D (or 0xBEBA0D) is known color: La Rioja. HEX triplet: BE, BA and 0D. RGB value is (190,186,13). Sum of RGB (Red+Green+Blue) = 190+186+13=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA0D is #4145F2. Grayscale: #A8A8A8. Windows color (decimal): -4277747 or 899774. OLE color: 899774.

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

Color convert

RGB 190 186 13 -
CMYK 0 0.02 0.93 0.25
HSL 58.64º 0.87% 0.4% -
HSV(B) 58.64º 0.93% 0.75% -
XYZ 38.87 46.09 7.23 -
YUV 167.47 40.83 144.07 -
System Red Green Blue C M Y K H S L
Decimal 190 186 13 0 0.02 0.93 0.25 58.64 0.87 0.4
Hex BE BA D 0 2 5D 19 3B 57 28
Octal 276 272 15 0 2 135 31 73 127 50
Binary 10111110 10111010 1101 0 10 1011101 11001 111011 1010111 101000

Color Harmonies of #BEBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA0D

Black with #BEBA0D

Text Example


Text Example

White with #BEBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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