Html Css Color HEX #BEAD0D La Rioja

📋 copy color: '#BEAD0D'

red 190 ◦ green 173 ◦ blue 13

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

Shades of La Rioja #BEAD0D

Tints of La Rioja #BEAD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.01%

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

R = 50.53%
G = 46.01%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEAD0D (or 0xBEAD0D) is known color: La Rioja. HEX triplet: BE, AD and 0D. RGB value is (190,173,13). Sum of RGB (Red+Green+Blue) = 190+173+13=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAD0D is #4152F2. Grayscale: #A0A0A0. Windows color (decimal): -4281075 or 896446. OLE color: 896446.

HSL color Cylindrical-coordinate representation of color #BEAD0D: hue angle of 54.24º 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 #BEAD0D is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 173 13 -
CMYK 0 0.09 0.93 0.25
HSL 54.24º 0.87% 0.4% -
HSV(B) 54.24º 0.93% 0.75% -
XYZ 36.25 40.86 6.36 -
YUV 159.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 190 173 13 0 0.09 0.93 0.25 54.24 0.87 0.4
Hex BE AD D 0 9 5D 19 36 57 28
Octal 276 255 15 0 11 135 31 66 127 50
Binary 10111110 10101101 1101 0 1001 1011101 11001 110110 1010111 101000

Color Harmonies of #BEAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD0D

Black with #BEAD0D

Text Example


Text Example

White with #BEAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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