#BBBE04

Color #BBBE04 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BBBE04

Tints of La Rioja #BBBE04

Color information

#BBBE04 (or 0xBBBE04) is unknown color: approx La Rioja. HEX triplet: BB, BE and 04. RGB value is (187,190,4). Sum of RGB (Red+Green+Blue) = 187+190+4=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBE04 is #4441FB. Grayscale: #A8A8A8. Windows color (decimal): -4473340 or 310971. OLE color: 310971.

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

Color convert

RGB1871904-
CMYK0.0200.980.25
HSL60.97º95.88%38.04%-
HSV(B)60.97º97.89%74.51%-
XYZ38.9347.47.21-
YUV167.935.51141.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 4 (1.95% from 255) = 1.05%
R=49.08%
G=49.87%
B=1.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18719040.0200.980.2560.9795.8838.04
HexBBBE42062193d6026
Octal273276420142317514046
Binary10111011101111101001001100010110011111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE04; }

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

 H1.HeaderClassName
 {
   color: #BBBE04;
 }
 .AnyTagClassName
 {
   color: #BBBE04;
 }
</style>
background-color css

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

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

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

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

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

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