Html Css Color HEX #BBB414 La Rioja

📋 copy color: '#BBB414'

red 187 ◦ green 180 ◦ blue 20

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

Shades of La Rioja #BBB414

Tints of La Rioja #BBB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.51%

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 48.32%
G = 46.51%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBB414 (or 0xBBB414) is known color: La Rioja. HEX triplet: BB, B4 and 14. RGB value is (187,180,20). Sum of RGB (Red+Green+Blue) = 187+180+20=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB414 is #444BEB. Grayscale: #A4A4A4. Windows color (decimal): -4475884 or 1356987. OLE color: 1356987.

HSL color Cylindrical-coordinate representation of color #BBB414: hue angle of 57.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBB414 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 180 20 -
CMYK 0 0.04 0.89 0.27
HSL 57.49º 0.81% 0.41% -
HSV(B) 57.49º 0.89% 0.73% -
XYZ 36.94 43.26 7.06 -
YUV 163.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 187 180 20 0 0.04 0.89 0.27 57.49 0.81 0.41
Hex BB B4 14 0 4 59 1B 39 51 29
Octal 273 264 24 0 4 131 33 71 121 51
Binary 10111011 10110100 10100 0 100 1011001 11011 111001 1010001 101001

Color Harmonies of #BBB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB414

Black with #BBB414

Text Example


Text Example

White with #BBB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB414; }

 p { color: rgb(187,180,20); }

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

background-color css

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

 a { background-color: rgb(187,180,20); }

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

border-color css

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

 span { border-color: rgb(187,180,20); }

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