Html Css Color HEX #BEBB1B La Rioja

📋 copy color: '#BEBB1B'

red 190 ◦ green 187 ◦ blue 27

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

Shades of La Rioja #BEBB1B

Tints of La Rioja #BEBB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 47.03%
G = 46.29%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEBB1B (or 0xBEBB1B) is known color: La Rioja. HEX triplet: BE, BB and 1B. RGB value is (190,187,27). Sum of RGB (Red+Green+Blue) = 190+187+27=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBB1B is #4144E4. Grayscale: #AAAAAA. Windows color (decimal): -4277477 or 1817534. OLE color: 1817534.

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

Color convert

RGB 190 187 27 -
CMYK 0 0.02 0.86 0.25
HSL 58.9º 0.75% 0.43% -
HSV(B) 58.9º 0.86% 0.75% -
XYZ 39.2 46.57 7.96 -
YUV 169.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 190 187 27 0 0.02 0.86 0.25 58.9 0.75 0.43
Hex BE BB 1B 0 2 56 19 3B 4B 2B
Octal 276 273 33 0 2 126 31 73 113 53
Binary 10111110 10111011 11011 0 10 1010110 11001 111011 1001011 101011

Color Harmonies of #BEBB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB1B

Black with #BEBB1B

Text Example


Text Example

White with #BEBB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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