Html Css Color HEX #BBB101 La Rioja

📋 copy color: '#BBB101'

red 187 ◦ green 177 ◦ blue 1

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

Shades of La Rioja #BBB101

Tints of La Rioja #BBB101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 51.23%
G = 48.49%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBB101 (or 0xBBB101) is known color: La Rioja. HEX triplet: BB, B1 and 01. RGB value is (187,177,1). Sum of RGB (Red+Green+Blue) = 187+177+1=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB101 is #444EFE. Grayscale: #A0A0A0. Windows color (decimal): -4476671 or 111035. OLE color: 111035.

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

Color convert

RGB 187 177 1 -
CMYK 0 0.05 0.99 0.27
HSL 56.77º 0.99% 0.37% -
HSV(B) 56.77º 0.99% 0.73% -
XYZ 36.22 42.01 6.23 -
YUV 159.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 187 177 1 0 0.05 0.99 0.27 56.77 0.99 0.37
Hex BB B1 1 0 5 63 1B 39 63 25
Octal 273 261 1 0 5 143 33 71 143 45
Binary 10111011 10110001 1 0 101 1100011 11011 111001 1100011 100101

Color Harmonies of #BBB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB101

Black with #BBB101

Text Example


Text Example

White with #BBB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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