Html Css Color HEX #BBB012 La Rioja

📋 copy color: '#BBB012'

red 187 ◦ green 176 ◦ blue 18

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

Shades of La Rioja #BBB012

Tints of La Rioja #BBB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.19%

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

R = 49.08%
G = 46.19%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBB012 (or 0xBBB012) is known color: La Rioja. HEX triplet: BB, B0 and 12. RGB value is (187,176,18). Sum of RGB (Red+Green+Blue) = 187+176+18=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB012 is #444FED. Grayscale: #A1A1A1. Windows color (decimal): -4476910 or 1224891. OLE color: 1224891.

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

Color convert

RGB 187 176 18 -
CMYK 0 0.06 0.90 0.27
HSL 56.09º 0.82% 0.4% -
HSV(B) 56.09º 0.9% 0.73% -
XYZ 36.13 41.66 6.71 -
YUV 161.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 187 176 18 0 0.06 0.90 0.27 56.09 0.82 0.4
Hex BB B0 12 0 6 5A 1B 38 52 28
Octal 273 260 22 0 6 132 33 70 122 50
Binary 10111011 10110000 10010 0 110 1011010 11011 111000 1010010 101000

Color Harmonies of #BBB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB012

Black with #BBB012

Text Example


Text Example

White with #BBB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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