Html Css Color HEX #BBBC01 La Rioja

📋 copy color: '#BBBC01'

red 187 ◦ green 188 ◦ blue 1

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

Shades of La Rioja #BBBC01

Tints of La Rioja #BBBC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50%

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

R = 49.73%
G = 50%
B = 0.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BBBC01 (or 0xBBBC01) is known color: La Rioja. HEX triplet: BB, BC and 01. RGB value is (187,188,1). Sum of RGB (Red+Green+Blue) = 187+188+1=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC01 is #4443FE. Grayscale: #A7A7A7. Windows color (decimal): -4473855 or 113851. OLE color: 113851.

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

Color convert

RGB 187 188 1 -
CMYK 0.01 0 0.99 0.26
HSL 60.32º 0.99% 0.37% -
HSV(B) 60.32º 0.99% 0.74% -
XYZ 38.48 46.53 6.98 -
YUV 166.38 34.67 142.71 -
System Red Green Blue C M Y K H S L
Decimal 187 188 1 0.01 0 0.99 0.26 60.32 0.99 0.37
Hex BB BC 1 1 0 63 1A 3C 63 25
Octal 273 274 1 1 0 143 32 74 143 45
Binary 10111011 10111100 1 1 0 1100011 11010 111100 1100011 100101

Color Harmonies of #BBBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC01

Black with #BBBC01

Text Example


Text Example

White with #BBBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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