Html Css Color HEX #B3B112 La Rioja

📋 copy color: '#B3B112'

red 179 ◦ green 177 ◦ blue 18

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

Shades of La Rioja #B3B112

Tints of La Rioja #B3B112

RGB

 RED value IS 179 (70.31% from 255) = 47.86%

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

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

R = 47.86%
G = 47.33%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B3B112 (or 0xB3B112) is known color: La Rioja. HEX triplet: B3, B1 and 12. RGB value is (179,177,18). Sum of RGB (Red+Green+Blue) = 179+177+18=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B112 is #4C4EED. Grayscale: #A0A0A0. Windows color (decimal): -5000942 or 1225139. OLE color: 1225139.

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

Color convert

RGB 179 177 18 -
CMYK 0 0.01 0.90 0.30
HSL 59.25º 0.82% 0.39% -
HSV(B) 59.25º 0.9% 0.7% -
XYZ 34.42 41.07 6.69 -
YUV 159.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 179 177 18 0 0.01 0.90 0.30 59.25 0.82 0.39
Hex B3 B1 12 0 1 5A 1E 3B 52 27
Octal 263 261 22 0 1 132 36 73 122 47
Binary 10110011 10110001 10010 0 1 1011010 11110 111011 1010010 100111

Color Harmonies of #B3B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B112

Black with #B3B112

Text Example


Text Example

White with #B3B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B112; }

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

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

background-color css

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

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

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

border-color css

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

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

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