Html Css Color HEX #BBB412 La Rioja

📋 copy color: '#BBB412'

red 187 ◦ green 180 ◦ blue 18

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

Shades of La Rioja #BBB412

Tints of La Rioja #BBB412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 48.57%
G = 46.75%
B = 4.68%

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

#BBB412 (or 0xBBB412) is known color: La Rioja. HEX triplet: BB, B4 and 12. RGB value is (187,180,18). Sum of RGB (Red+Green+Blue) = 187+180+18=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB412 is #444BED. Grayscale: #A4A4A4. Windows color (decimal): -4475886 or 1225915. OLE color: 1225915.

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

Color convert

RGB 187 180 18 -
CMYK 0 0.04 0.90 0.27
HSL 57.51º 0.82% 0.4% -
HSV(B) 57.51º 0.9% 0.73% -
XYZ 36.92 43.25 6.97 -
YUV 163.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 187 180 18 0 0.04 0.90 0.27 57.51 0.82 0.4
Hex BB B4 12 0 4 5A 1B 3A 52 28
Octal 273 264 22 0 4 132 33 72 122 50
Binary 10111011 10110100 10010 0 100 1011010 11011 111010 1010010 101000

Color Harmonies of #BBB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB412

Black with #BBB412

Text Example


Text Example

White with #BBB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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