Html Css Color HEX #BBBA01 La Rioja

📋 copy color: '#BBBA01'

red 187 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #BBBA01

Tints of La Rioja #BBBA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBBA01 (or 0xBBBA01) is known color: La Rioja. HEX triplet: BB, BA and 01. RGB value is (187,186,1). Sum of RGB (Red+Green+Blue) = 187+186+1=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA01 is #4445FE. Grayscale: #A5A5A5. Windows color (decimal): -4474367 or 113339. OLE color: 113339.

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

Color convert

RGB 187 186 1 -
CMYK 0 0.01 0.99 0.27
HSL 59.68º 0.99% 0.37% -
HSV(B) 59.68º 0.99% 0.73% -
XYZ 38.06 45.68 6.84 -
YUV 165.21 35.33 143.54 -
System Red Green Blue C M Y K H S L
Decimal 187 186 1 0 0.01 0.99 0.27 59.68 0.99 0.37
Hex BB BA 1 0 1 63 1B 3C 63 25
Octal 273 272 1 0 1 143 33 74 143 45
Binary 10111011 10111010 1 0 1 1100011 11011 111100 1100011 100101

Color Harmonies of #BBBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA01

Black with #BBBA01

Text Example


Text Example

White with #BBBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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