Html Css Color HEX #BBB212 La Rioja

📋 copy color: '#BBB212'

red 187 ◦ green 178 ◦ blue 18

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

Shades of La Rioja #BBB212

Tints of La Rioja #BBB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.48%

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

R = 48.83%
G = 46.48%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBB212 (or 0xBBB212) is known color: La Rioja. HEX triplet: BB, B2 and 12. RGB value is (187,178,18). Sum of RGB (Red+Green+Blue) = 187+178+18=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB212 is #444DED. Grayscale: #A3A3A3. Windows color (decimal): -4476398 or 1225403. OLE color: 1225403.

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

Color convert

RGB 187 178 18 -
CMYK 0 0.05 0.90 0.27
HSL 56.8º 0.82% 0.4% -
HSV(B) 56.8º 0.9% 0.73% -
XYZ 36.52 42.45 6.84 -
YUV 162.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 187 178 18 0 0.05 0.90 0.27 56.8 0.82 0.4
Hex BB B2 12 0 5 5A 1B 39 52 28
Octal 273 262 22 0 5 132 33 71 122 50
Binary 10111011 10110010 10010 0 101 1011010 11011 111001 1010010 101000

Color Harmonies of #BBB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB212

Black with #BBB212

Text Example


Text Example

White with #BBB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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