Html Css Color HEX #BEBB11 La Rioja

📋 copy color: '#BEBB11'

red 190 ◦ green 187 ◦ blue 17

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

Shades of La Rioja #BEBB11

Tints of La Rioja #BEBB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.31%

R = 48.22%
G = 47.46%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEBB11 (or 0xBEBB11) is known color: La Rioja. HEX triplet: BE, BB and 11. RGB value is (190,187,17). Sum of RGB (Red+Green+Blue) = 190+187+17=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBB11 is #4144EE. Grayscale: #A9A9A9. Windows color (decimal): -4277487 or 1162174. OLE color: 1162174.

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

Color convert

RGB 190 187 17 -
CMYK 0 0.02 0.91 0.25
HSL 58.96º 0.84% 0.41% -
HSV(B) 58.96º 0.91% 0.75% -
XYZ 39.11 46.53 7.45 -
YUV 168.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 190 187 17 0 0.02 0.91 0.25 58.96 0.84 0.41
Hex BE BB 11 0 2 5B 19 3B 54 29
Octal 276 273 21 0 2 133 31 73 124 51
Binary 10111110 10111011 10001 0 10 1011011 11001 111011 1010100 101001

Color Harmonies of #BEBB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB11

Black with #BEBB11

Text Example


Text Example

White with #BEBB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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