Html Css Color HEX #BBB919 La Rioja

📋 copy color: '#BBB919'

red 187 ◦ green 185 ◦ blue 25

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

Shades of La Rioja #BBB919

Tints of La Rioja #BBB919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 47.1%
G = 46.6%
B = 6.3%

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

#BBB919 (or 0xBBB919) is known color: La Rioja. HEX triplet: BB, B9 and 19. RGB value is (187,185,25). Sum of RGB (Red+Green+Blue) = 187+185+25=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB919 is #4446E6. Grayscale: #A8A8A8. Windows color (decimal): -4474599 or 1685947. OLE color: 1685947.

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

Color convert

RGB 187 185 25 -
CMYK 0 0.01 0.87 0.27
HSL 59.26º 0.76% 0.42% -
HSV(B) 59.26º 0.87% 0.73% -
XYZ 38.02 45.33 7.67 -
YUV 167.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 187 185 25 0 0.01 0.87 0.27 59.26 0.76 0.42
Hex BB B9 19 0 1 57 1B 3B 4C 2A
Octal 273 271 31 0 1 127 33 73 114 52
Binary 10111011 10111001 11001 0 1 1010111 11011 111011 1001100 101010

Color Harmonies of #BBB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB919

Black with #BBB919

Text Example


Text Example

White with #BBB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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