Html Css Color HEX #BEBB0B La Rioja

📋 copy color: '#BEBB0B'

red 190 ◦ green 187 ◦ blue 11

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

Shades of La Rioja #BEBB0B

Tints of La Rioja #BEBB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 48.97%
G = 48.2%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEBB0B (or 0xBEBB0B) is known color: La Rioja. HEX triplet: BE, BB and 0B. RGB value is (190,187,11). Sum of RGB (Red+Green+Blue) = 190+187+11=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBB0B is #4144F4. Grayscale: #A8A8A8. Windows color (decimal): -4277493 or 768958. OLE color: 768958.

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

Color convert

RGB 190 187 11 -
CMYK 0 0.02 0.94 0.25
HSL 58.99º 0.89% 0.39% -
HSV(B) 58.99º 0.94% 0.75% -
XYZ 39.07 46.51 7.24 -
YUV 167.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 190 187 11 0 0.02 0.94 0.25 58.99 0.89 0.39
Hex BE BB B 0 2 5E 19 3B 59 27
Octal 276 273 13 0 2 136 31 73 131 47
Binary 10111110 10111011 1011 0 10 1011110 11001 111011 1011001 100111

Color Harmonies of #BEBB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB0B

Black with #BEBB0B

Text Example


Text Example

White with #BEBB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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