Html Css Color HEX #BBB310 La Rioja

📋 copy color: '#BBB310'

red 187 ◦ green 179 ◦ blue 16

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

Shades of La Rioja #BBB310

Tints of La Rioja #BBB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 48.95%
G = 46.86%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBB310 (or 0xBBB310) is known color: La Rioja. HEX triplet: BB, B3 and 10. RGB value is (187,179,16). Sum of RGB (Red+Green+Blue) = 187+179+16=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB310 is #444CEF. Grayscale: #A3A3A3. Windows color (decimal): -4476144 or 1094587. OLE color: 1094587.

HSL color Cylindrical-coordinate representation of color #BBB310: hue angle of 57.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBB310 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 179 16 -
CMYK 0 0.04 0.91 0.27
HSL 57.19º 0.84% 0.4% -
HSV(B) 57.19º 0.91% 0.73% -
XYZ 36.71 42.84 6.82 -
YUV 162.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 187 179 16 0 0.04 0.91 0.27 57.19 0.84 0.4
Hex BB B3 10 0 4 5B 1B 39 54 28
Octal 273 263 20 0 4 133 33 71 124 50
Binary 10111011 10110011 10000 0 100 1011011 11011 111001 1010100 101000

Color Harmonies of #BBB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB310

Black with #BBB310

Text Example


Text Example

White with #BBB310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB310; }

 p { color: rgb(187,179,16); }

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

background-color css

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

 a { background-color: rgb(187,179,16); }

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

border-color css

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

 span { border-color: rgb(187,179,16); }

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