Html Css Color HEX #BBBA00 La Rioja

📋 copy color: '#BBBA00'

red 187 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #BBBA00

Tints of La Rioja #BBBA00

RGB

 RED value IS 187 (73.44% from 255) = 50.13%

 GREEN value IS 186 (73.05% from 255) = 49.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.13%
G = 49.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBBA00 (or 0xBBBA00) is known color: La Rioja. HEX triplet: BB, BA and 00. RGB value is (187,186,0). Sum of RGB (Red+Green+Blue) = 187+186+0=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA00 is #4445FF. Grayscale: #A5A5A5. Windows color (decimal): -4474368 or 47803. OLE color: 47803.

HSL color Cylindrical-coordinate representation of color #BBBA00: hue angle of 59.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBBA00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 0 -
CMYK 0 0.01 1 0.27
HSL 59.68º 1% 0.37% -
HSV(B) 59.68º 1% 0.73% -
XYZ 38.05 45.68 6.81 -
YUV 165.1 34.83 143.62 -
System Red Green Blue C M Y K H S L
Decimal 187 186 0 0 0.01 1 0.27 59.68 1 0.37
Hex BB BA 0 0 1 64 1B 3C 64 25
Octal 273 272 0 0 1 144 33 74 144 45
Binary 10111011 10111010 0 0 1 1100100 11011 111100 1100100 100101

Color Harmonies of #BBBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA00

Black with #BBBA00

Text Example


Text Example

White with #BBBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA00; }

 p { color: rgb(187,186,0); }

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

background-color css

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

 a { background-color: rgb(187,186,0); }

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

border-color css

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

 span { border-color: rgb(187,186,0); }

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