Html Css Color HEX #BBB413 La Rioja

📋 copy color: '#BBB413'

red 187 ◦ green 180 ◦ blue 19

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

Shades of La Rioja #BBB413

Tints of La Rioja #BBB413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 48.45%
G = 46.63%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBB413 (or 0xBBB413) is known color: La Rioja. HEX triplet: BB, B4 and 13. RGB value is (187,180,19). Sum of RGB (Red+Green+Blue) = 187+180+19=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB413 is #444BEC. Grayscale: #A4A4A4. Windows color (decimal): -4475885 or 1291451. OLE color: 1291451.

HSL color Cylindrical-coordinate representation of color #BBB413: hue angle of 57.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBB413 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 180 19 -
CMYK 0 0.04 0.90 0.27
HSL 57.5º 0.82% 0.4% -
HSV(B) 57.5º 0.9% 0.73% -
XYZ 36.93 43.25 7.02 -
YUV 163.74 46.32 144.59 -
System Red Green Blue C M Y K H S L
Decimal 187 180 19 0 0.04 0.90 0.27 57.5 0.82 0.4
Hex BB B4 13 0 4 5A 1B 3A 52 28
Octal 273 264 23 0 4 132 33 72 122 50
Binary 10111011 10110100 10011 0 100 1011010 11011 111010 1010010 101000

Color Harmonies of #BBB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB413

Black with #BBB413

Text Example


Text Example

White with #BBB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB413; }

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

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

background-color css

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

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

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

border-color css

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

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

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