Html Css Color HEX #BBB416 La Rioja

📋 copy color: '#BBB416'

red 187 ◦ green 180 ◦ blue 22

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

Shades of La Rioja #BBB416

Tints of La Rioja #BBB416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 48.07%
G = 46.27%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBB416 (or 0xBBB416) is known color: La Rioja. HEX triplet: BB, B4 and 16. RGB value is (187,180,22). Sum of RGB (Red+Green+Blue) = 187+180+22=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB416 is #444BE9. Grayscale: #A4A4A4. Windows color (decimal): -4475882 or 1488059. OLE color: 1488059.

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

Color convert

RGB 187 180 22 -
CMYK 0 0.04 0.88 0.27
HSL 57.45º 0.79% 0.41% -
HSV(B) 57.45º 0.88% 0.73% -
XYZ 36.96 43.27 7.16 -
YUV 164.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 187 180 22 0 0.04 0.88 0.27 57.45 0.79 0.41
Hex BB B4 16 0 4 58 1B 39 4F 29
Octal 273 264 26 0 4 130 33 71 117 51
Binary 10111011 10110100 10110 0 100 1011000 11011 111001 1001111 101001

Color Harmonies of #BBB416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB416

Black with #BBB416

Text Example


Text Example

White with #BBB416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB416; }

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

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

background-color css

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

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

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

border-color css

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

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

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