Html Css Color HEX #BBBA1A La Rioja

📋 copy color: '#BBBA1A'

red 187 ◦ green 186 ◦ blue 26

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

Shades of La Rioja #BBBA1A

Tints of La Rioja #BBBA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.52%

R = 46.87%
G = 46.62%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBBA1A (or 0xBBBA1A) is known color: La Rioja. HEX triplet: BB, BA and 1A. RGB value is (187,186,26). Sum of RGB (Red+Green+Blue) = 187+186+26=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA1A is #4445E5. Grayscale: #A8A8A8. Windows color (decimal): -4474342 or 1751739. OLE color: 1751739.

HSL color Cylindrical-coordinate representation of color #BBBA1A: hue angle of 59.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBBA1A is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 26 -
CMYK 0 0.01 0.86 0.27
HSL 59.63º 0.76% 0.42% -
HSV(B) 59.63º 0.86% 0.73% -
XYZ 38.24 45.76 7.79 -
YUV 168.06 47.83 141.51 -
System Red Green Blue C M Y K H S L
Decimal 187 186 26 0 0.01 0.86 0.27 59.63 0.76 0.42
Hex BB BA 1A 0 1 56 1B 3C 4C 2A
Octal 273 272 32 0 1 126 33 74 114 52
Binary 10111011 10111010 11010 0 1 1010110 11011 111100 1001100 101010

Color Harmonies of #BBBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA1A

Black with #BBBA1A

Text Example


Text Example

White with #BBBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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