Html Css Color HEX #BBB600 La Rioja

📋 copy color: '#BBB600'

red 187 ◦ green 182 ◦ blue 0

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

Shades of La Rioja #BBB600

Tints of La Rioja #BBB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.32%

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

R = 50.68%
G = 49.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBB600 (or 0xBBB600) is known color: La Rioja. HEX triplet: BB, B6 and 00. RGB value is (187,182,0). Sum of RGB (Red+Green+Blue) = 187+182+0=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB600 is #4449FF. Grayscale: #A3A3A3. Windows color (decimal): -4475392 or 46779. OLE color: 46779.

HSL color Cylindrical-coordinate representation of color #BBB600: hue angle of 58.4º 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 #BBB600 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 0 -
CMYK 0 0.03 1 0.27
HSL 58.4º 1% 0.37% -
HSV(B) 58.4º 1% 0.73% -
XYZ 37.22 44.02 6.54 -
YUV 162.75 36.16 145.3 -
System Red Green Blue C M Y K H S L
Decimal 187 182 0 0 0.03 1 0.27 58.4 1 0.37
Hex BB B6 0 0 3 64 1B 3A 64 25
Octal 273 266 0 0 3 144 33 72 144 45
Binary 10111011 10110110 0 0 11 1100100 11011 111010 1100100 100101

Color Harmonies of #BBB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB600

Black with #BBB600

Text Example


Text Example

White with #BBB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB600; }

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

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

background-color css

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

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

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

border-color css

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

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

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