Html Css Color HEX #BBB311 La Rioja

📋 copy color: '#BBB311'

red 187 ◦ green 179 ◦ blue 17

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

Shades of La Rioja #BBB311

Tints of La Rioja #BBB311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.44%

R = 48.83%
G = 46.74%
B = 4.44%

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

#BBB311 (or 0xBBB311) is known color: La Rioja. HEX triplet: BB, B3 and 11. RGB value is (187,179,17). Sum of RGB (Red+Green+Blue) = 187+179+17=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB311 is #444CEE. Grayscale: #A3A3A3. Windows color (decimal): -4476143 or 1160123. OLE color: 1160123.

HSL color Cylindrical-coordinate representation of color #BBB311: hue angle of 57.18º degrees, saturation: 0.83, 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 #BBB311 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 179 17 -
CMYK 0 0.04 0.91 0.27
HSL 57.18º 0.83% 0.4% -
HSV(B) 57.18º 0.91% 0.73% -
XYZ 36.71 42.85 6.87 -
YUV 162.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 187 179 17 0 0.04 0.91 0.27 57.18 0.83 0.4
Hex BB B3 11 0 4 5B 1B 39 53 28
Octal 273 263 21 0 4 133 33 71 123 50
Binary 10111011 10110011 10001 0 100 1011011 11011 111001 1010011 101000

Color Harmonies of #BBB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB311

Black with #BBB311

Text Example


Text Example

White with #BBB311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB311; }

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

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

background-color css

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

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

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

border-color css

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

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

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