Html Css Color HEX #BEBB13 La Rioja

📋 copy color: '#BEBB13'

red 190 ◦ green 187 ◦ blue 19

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

Shades of La Rioja #BEBB13

Tints of La Rioja #BEBB13

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.22%

 BLUE value IS 19 (7.81% from 255) = 4.8%

R = 47.98%
G = 47.22%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEBB13 (or 0xBEBB13) is known color: La Rioja. HEX triplet: BE, BB and 13. RGB value is (190,187,19). Sum of RGB (Red+Green+Blue) = 190+187+19=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBB13 is #4144EC. Grayscale: #A9A9A9. Windows color (decimal): -4277485 or 1293246. OLE color: 1293246.

HSL color Cylindrical-coordinate representation of color #BEBB13: hue angle of 58.95º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEBB13 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 187 19 -
CMYK 0 0.02 0.90 0.25
HSL 58.95º 0.82% 0.41% -
HSV(B) 58.95º 0.9% 0.75% -
XYZ 39.12 46.53 7.54 -
YUV 168.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 190 187 19 0 0.02 0.90 0.25 58.95 0.82 0.41
Hex BE BB 13 0 2 5A 19 3B 52 29
Octal 276 273 23 0 2 132 31 73 122 51
Binary 10111110 10111011 10011 0 10 1011010 11001 111011 1010010 101001

Color Harmonies of #BEBB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB13

Black with #BEBB13

Text Example


Text Example

White with #BEBB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB13; }

 p { color: rgb(190,187,19); }

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

background-color css

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

 a { background-color: rgb(190,187,19); }

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

border-color css

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

 span { border-color: rgb(190,187,19); }

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