Html Css Color HEX #BBBA19 La Rioja

📋 copy color: '#BBBA19'

red 187 ◦ green 186 ◦ blue 25

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

Shades of La Rioja #BBBA19

Tints of La Rioja #BBBA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.28%

R = 46.98%
G = 46.73%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBBA19 (or 0xBBBA19) is known color: La Rioja. HEX triplet: BB, BA and 19. RGB value is (187,186,25). Sum of RGB (Red+Green+Blue) = 187+186+25=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA19 is #4445E6. Grayscale: #A8A8A8. Windows color (decimal): -4474343 or 1686203. OLE color: 1686203.

HSL color Cylindrical-coordinate representation of color #BBBA19: 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.87%. Process color model (Four color, CMYK) of #BBBA19 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 25 -
CMYK 0 0.01 0.87 0.27
HSL 59.63º 0.76% 0.42% -
HSV(B) 59.63º 0.87% 0.73% -
XYZ 38.23 45.75 7.74 -
YUV 167.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 187 186 25 0 0.01 0.87 0.27 59.63 0.76 0.42
Hex BB BA 19 0 1 57 1B 3C 4C 2A
Octal 273 272 31 0 1 127 33 74 114 52
Binary 10111011 10111010 11001 0 1 1010111 11011 111100 1001100 101010

Color Harmonies of #BBBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA19

Black with #BBBA19

Text Example


Text Example

White with #BBBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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