Html Css Color HEX #BBB601 La Rioja

📋 copy color: '#BBB601'

red 187 ◦ green 182 ◦ blue 1

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

Shades of La Rioja #BBB601

Tints of La Rioja #BBB601

RGB

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

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

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

R = 50.54%
G = 49.19%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBB601 (or 0xBBB601) is known color: La Rioja. HEX triplet: BB, B6 and 01. RGB value is (187,182,1). Sum of RGB (Red+Green+Blue) = 187+182+1=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB601 is #4449FE. Grayscale: #A3A3A3. Windows color (decimal): -4475391 or 112315. OLE color: 112315.

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

Color convert

RGB 187 182 1 -
CMYK 0 0.03 0.99 0.27
HSL 58.39º 0.99% 0.37% -
HSV(B) 58.39º 0.99% 0.73% -
XYZ 37.23 44.02 6.56 -
YUV 162.86 36.66 145.22 -
System Red Green Blue C M Y K H S L
Decimal 187 182 1 0 0.03 0.99 0.27 58.39 0.99 0.37
Hex BB B6 1 0 3 63 1B 3A 63 25
Octal 273 266 1 0 3 143 33 72 143 45
Binary 10111011 10110110 1 0 11 1100011 11011 111010 1100011 100101

Color Harmonies of #BBB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB601

Black with #BBB601

Text Example


Text Example

White with #BBB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB601; }

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

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

background-color css

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

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

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

border-color css

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

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

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