Html Css Color HEX #BEAF0D La Rioja

📋 copy color: '#BEAF0D'

red 190 ◦ green 175 ◦ blue 13

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

Shades of La Rioja #BEAF0D

Tints of La Rioja #BEAF0D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

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

R = 50.26%
G = 46.3%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEAF0D (or 0xBEAF0D) is known color: La Rioja. HEX triplet: BE, AF and 0D. RGB value is (190,175,13). Sum of RGB (Red+Green+Blue) = 190+175+13=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAF0D is #4150F2. Grayscale: #A1A1A1. Windows color (decimal): -4280563 or 896958. OLE color: 896958.

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

Color convert

RGB 190 175 13 -
CMYK 0 0.08 0.93 0.25
HSL 54.92º 0.87% 0.4% -
HSV(B) 54.92º 0.93% 0.75% -
XYZ 36.64 41.64 6.49 -
YUV 161.02 44.47 148.67 -
System Red Green Blue C M Y K H S L
Decimal 190 175 13 0 0.08 0.93 0.25 54.92 0.87 0.4
Hex BE AF D 0 8 5D 19 37 57 28
Octal 276 257 15 0 10 135 31 67 127 50
Binary 10111110 10101111 1101 0 1000 1011101 11001 110111 1010111 101000

Color Harmonies of #BEAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF0D

Black with #BEAF0D

Text Example


Text Example

White with #BEAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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