Html Css Color HEX #BBB314 La Rioja

📋 copy color: '#BBB314'

red 187 ◦ green 179 ◦ blue 20

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

Shades of La Rioja #BBB314

Tints of La Rioja #BBB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.37%

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

R = 48.45%
G = 46.37%
B = 5.18%

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

#BBB314 (or 0xBBB314) is known color: La Rioja. HEX triplet: BB, B3 and 14. RGB value is (187,179,20). Sum of RGB (Red+Green+Blue) = 187+179+20=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB314 is #444CEB. Grayscale: #A3A3A3. Windows color (decimal): -4476140 or 1356731. OLE color: 1356731.

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

Color convert

RGB 187 179 20 -
CMYK 0 0.04 0.89 0.27
HSL 57.13º 0.81% 0.41% -
HSV(B) 57.13º 0.89% 0.73% -
XYZ 36.74 42.86 7 -
YUV 163.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 187 179 20 0 0.04 0.89 0.27 57.13 0.81 0.41
Hex BB B3 14 0 4 59 1B 39 51 29
Octal 273 263 24 0 4 131 33 71 121 51
Binary 10111011 10110011 10100 0 100 1011001 11011 111001 1010001 101001

Color Harmonies of #BBB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB314

Black with #BBB314

Text Example


Text Example

White with #BBB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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