Html Css Color HEX #BBB613 La Rioja

📋 copy color: '#BBB613'

red 187 ◦ green 182 ◦ blue 19

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

Shades of La Rioja #BBB613

Tints of La Rioja #BBB613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.91%

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

R = 48.2%
G = 46.91%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBB613 (or 0xBBB613) is known color: La Rioja. HEX triplet: BB, B6 and 13. RGB value is (187,182,19). Sum of RGB (Red+Green+Blue) = 187+182+19=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB613 is #4449EC. Grayscale: #A5A5A5. Windows color (decimal): -4475373 or 1291963. OLE color: 1291963.

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

Color convert

RGB 187 182 19 -
CMYK 0 0.03 0.90 0.27
HSL 58.21º 0.82% 0.4% -
HSV(B) 58.21º 0.9% 0.73% -
XYZ 37.34 44.07 7.15 -
YUV 164.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 187 182 19 0 0.03 0.90 0.27 58.21 0.82 0.4
Hex BB B6 13 0 3 5A 1B 3A 52 28
Octal 273 266 23 0 3 132 33 72 122 50
Binary 10111011 10110110 10011 0 11 1011010 11011 111010 1010010 101000

Color Harmonies of #BBB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB613

Black with #BBB613

Text Example


Text Example

White with #BBB613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB613; }

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

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

background-color css

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

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

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

border-color css

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

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

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