Html Css Color HEX #BBB111 La Rioja

📋 copy color: '#BBB111'

red 187 ◦ green 177 ◦ blue 17

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

Shades of La Rioja #BBB111

Tints of La Rioja #BBB111

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.46%

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

R = 49.08%
G = 46.46%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBB111 (or 0xBBB111) is known color: La Rioja. HEX triplet: BB, B1 and 11. RGB value is (187,177,17). Sum of RGB (Red+Green+Blue) = 187+177+17=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB111 is #444EEE. Grayscale: #A2A2A2. Windows color (decimal): -4476655 or 1159611. OLE color: 1159611.

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

Color convert

RGB 187 177 17 -
CMYK 0 0.05 0.91 0.27
HSL 56.47º 0.83% 0.4% -
HSV(B) 56.47º 0.91% 0.73% -
XYZ 36.32 42.05 6.73 -
YUV 161.75 46.31 146.01 -
System Red Green Blue C M Y K H S L
Decimal 187 177 17 0 0.05 0.91 0.27 56.47 0.83 0.4
Hex BB B1 11 0 5 5B 1B 38 53 28
Octal 273 261 21 0 5 133 33 70 123 50
Binary 10111011 10110001 10001 0 101 1011011 11011 111000 1010011 101000

Color Harmonies of #BBB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB111

Black with #BBB111

Text Example


Text Example

White with #BBB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB111; }

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

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

background-color css

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

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

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

border-color css

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

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

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