Html Css Color HEX #BBAB01 La Rioja

📋 copy color: '#BBAB01'

red 187 ◦ green 171 ◦ blue 1

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

Shades of La Rioja #BBAB01

Tints of La Rioja #BBAB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.63%

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

R = 52.09%
G = 47.63%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BBAB01 (or 0xBBAB01) is known color: La Rioja. HEX triplet: BB, AB and 01. RGB value is (187,171,1). Sum of RGB (Red+Green+Blue) = 187+171+1=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB01 is #4454FE. Grayscale: #9D9D9D. Windows color (decimal): -4478207 or 109499. OLE color: 109499.

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

Color convert

RGB 187 171 1 -
CMYK 0 0.09 0.99 0.27
HSL 54.84º 0.99% 0.37% -
HSV(B) 54.84º 0.99% 0.73% -
XYZ 35.06 39.69 5.84 -
YUV 156.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 187 171 1 0 0.09 0.99 0.27 54.84 0.99 0.37
Hex BB AB 1 0 9 63 1B 37 63 25
Octal 273 253 1 0 11 143 33 67 143 45
Binary 10111011 10101011 1 0 1001 1100011 11011 110111 1100011 100101

Color Harmonies of #BBAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB01

Black with #BBAB01

Text Example


Text Example

White with #BBAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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