Html Css Color HEX #BBB312 La Rioja

📋 copy color: '#BBB312'

red 187 ◦ green 179 ◦ blue 18

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

Shades of La Rioja #BBB312

Tints of La Rioja #BBB312

RGB

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

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

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

R = 48.7%
G = 46.61%
B = 4.69%

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

#BBB312 (or 0xBBB312) is known color: La Rioja. HEX triplet: BB, B3 and 12. RGB value is (187,179,18). Sum of RGB (Red+Green+Blue) = 187+179+18=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB312 is #444CED. Grayscale: #A3A3A3. Windows color (decimal): -4476142 or 1225659. OLE color: 1225659.

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

Color convert

RGB 187 179 18 -
CMYK 0 0.04 0.90 0.27
HSL 57.16º 0.82% 0.4% -
HSV(B) 57.16º 0.9% 0.73% -
XYZ 36.72 42.85 6.91 -
YUV 163.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 187 179 18 0 0.04 0.90 0.27 57.16 0.82 0.4
Hex BB B3 12 0 4 5A 1B 39 52 28
Octal 273 263 22 0 4 132 33 71 122 50
Binary 10111011 10110011 10010 0 100 1011010 11011 111001 1010010 101000

Color Harmonies of #BBB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB312

Black with #BBB312

Text Example


Text Example

White with #BBB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB312; }

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

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

background-color css

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

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

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

border-color css

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

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

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