Html Css Color HEX #BEB71C La Rioja

📋 copy color: '#BEB71C'

red 190 ◦ green 183 ◦ blue 28

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

Shades of La Rioja #BEB71C

Tints of La Rioja #BEB71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.64%

 BLUE value IS 28 (11.33% from 255) = 6.98%

R = 47.38%
G = 45.64%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BEB71C (or 0xBEB71C) is known color: La Rioja. HEX triplet: BE, B7 and 1C. RGB value is (190,183,28). Sum of RGB (Red+Green+Blue) = 190+183+28=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB71C is #4148E3. Grayscale: #A8A8A8. Windows color (decimal): -4278500 or 1882046. OLE color: 1882046.

HSL color Cylindrical-coordinate representation of color #BEB71C: hue angle of 57.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEB71C is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 28 -
CMYK 0 0.04 0.85 0.25
HSL 57.41º 0.74% 0.43% -
HSV(B) 57.41º 0.85% 0.75% -
XYZ 38.38 44.9 7.74 -
YUV 167.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 190 183 28 0 0.04 0.85 0.25 57.41 0.74 0.43
Hex BE B7 1C 0 4 55 19 39 4A 2B
Octal 276 267 34 0 4 125 31 71 112 53
Binary 10111110 10110111 11100 0 100 1010101 11001 111001 1001010 101011

Color Harmonies of #BEB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB71C

Black with #BEB71C

Text Example


Text Example

White with #BEB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB71C; }

 p { color: rgb(190,183,28); }

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

background-color css

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

 a { background-color: rgb(190,183,28); }

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

border-color css

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

 span { border-color: rgb(190,183,28); }

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