Html Css Color HEX #B0B112 La Rioja

📋 copy color: '#B0B112'

red 176 ◦ green 177 ◦ blue 18

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

Shades of La Rioja #B0B112

Tints of La Rioja #B0B112

RGB

 RED value IS 176 (69.14% from 255) = 47.44%

 GREEN value IS 177 (69.53% from 255) = 47.71%

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

R = 47.44%
G = 47.71%
B = 4.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B0B112 (or 0xB0B112) is known color: La Rioja. HEX triplet: B0, B1 and 12. RGB value is (176,177,18). Sum of RGB (Red+Green+Blue) = 176+177+18=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B112 is #4F4EED. Grayscale: #9F9F9F. Windows color (decimal): -5197550 or 1225136. OLE color: 1225136.

HSL color Cylindrical-coordinate representation of color #B0B112: hue angle of 60.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0B112 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 18 -
CMYK 0.01 0 0.90 0.31
HSL 60.38º 0.82% 0.38% -
HSV(B) 60.38º 0.9% 0.69% -
XYZ 33.74 40.72 6.65 -
YUV 158.58 48.67 140.43 -
System Red Green Blue C M Y K H S L
Decimal 176 177 18 0.01 0 0.90 0.31 60.38 0.82 0.38
Hex B0 B1 12 1 0 5A 1F 3C 52 26
Octal 260 261 22 1 0 132 37 74 122 46
Binary 10110000 10110001 10010 1 0 1011010 11111 111100 1010010 100110

Color Harmonies of #B0B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B112

Black with #B0B112

Text Example


Text Example

White with #B0B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B112; }

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

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

background-color css

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

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

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

border-color css

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

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

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