Html Css Color HEX #BBB50F La Rioja

📋 copy color: '#BBB50F'

red 187 ◦ green 181 ◦ blue 15

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

Shades of La Rioja #BBB50F

Tints of La Rioja #BBB50F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 15 (6.25% from 255) = 3.92%

R = 48.83%
G = 47.26%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BBB50F (or 0xBBB50F) is known color: La Rioja. HEX triplet: BB, B5 and 0F. RGB value is (187,181,15). Sum of RGB (Red+Green+Blue) = 187+181+15=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB50F is #444AF0. Grayscale: #A4A4A4. Windows color (decimal): -4475633 or 1029563. OLE color: 1029563.

HSL color Cylindrical-coordinate representation of color #BBB50F: hue angle of 57.91º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBB50F is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 15 -
CMYK 0 0.03 0.92 0.27
HSL 57.91º 0.85% 0.4% -
HSV(B) 57.91º 0.92% 0.73% -
XYZ 37.1 43.65 6.92 -
YUV 163.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 187 181 15 0 0.03 0.92 0.27 57.91 0.85 0.4
Hex BB B5 F 0 3 5C 1B 3A 55 28
Octal 273 265 17 0 3 134 33 72 125 50
Binary 10111011 10110101 1111 0 11 1011100 11011 111010 1010101 101000

Color Harmonies of #BBB50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB50F

Black with #BBB50F

Text Example


Text Example

White with #BBB50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB50F; }

 p { color: rgb(187,181,15); }

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

background-color css

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

 a { background-color: rgb(187,181,15); }

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

border-color css

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

 span { border-color: rgb(187,181,15); }

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