Html Css Color HEX #BEAB07 La Rioja

📋 copy color: '#BEAB07'

red 190 ◦ green 171 ◦ blue 7

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

Shades of La Rioja #BEAB07

Tints of La Rioja #BEAB07

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.47%

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 51.63%
G = 46.47%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BEAB07 (or 0xBEAB07) is known color: La Rioja. HEX triplet: BE, AB and 07. RGB value is (190,171,7). Sum of RGB (Red+Green+Blue) = 190+171+7=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB07 is #4154F8. Grayscale: #9E9E9E. Windows color (decimal): -4281593 or 502718. OLE color: 502718.

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

Color convert

RGB 190 171 7 -
CMYK 0 0.10 0.96 0.25
HSL 53.77º 0.93% 0.39% -
HSV(B) 53.77º 0.96% 0.75% -
XYZ 35.84 40.09 6.05 -
YUV 157.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 190 171 7 0 0.10 0.96 0.25 53.77 0.93 0.39
Hex BE AB 7 0 A 60 19 36 5D 27
Octal 276 253 7 0 12 140 31 66 135 47
Binary 10111110 10101011 111 0 1010 1100000 11001 110110 1011101 100111

Color Harmonies of #BEAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB07

Black with #BEAB07

Text Example


Text Example

White with #BEAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB07; }

 p { color: rgb(190,171,7); }

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

background-color css

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

 a { background-color: rgb(190,171,7); }

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

border-color css

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

 span { border-color: rgb(190,171,7); }

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