Html Css Color HEX #B4B112 La Rioja

📋 copy color: '#B4B112'

red 180 ◦ green 177 ◦ blue 18

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

Shades of La Rioja #B4B112

Tints of La Rioja #B4B112

RGB

 RED value IS 180 (70.7% from 255) = 48%

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

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

R = 48%
G = 47.2%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B4B112 (or 0xB4B112) is known color: La Rioja. HEX triplet: B4, B1 and 12. RGB value is (180,177,18). Sum of RGB (Red+Green+Blue) = 180+177+18=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4B112 is #4B4EED. Grayscale: #A0A0A0. Windows color (decimal): -4935406 or 1225140. OLE color: 1225140.

HSL color Cylindrical-coordinate representation of color #B4B112: hue angle of 58.89º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4B112 is Cyan = 0, Magento = 0.02, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 177 18 -
CMYK 0 0.02 0.9 0.29
HSL 58.89º 0.82% 0.39% -
HSV(B) 58.89º 0.9% 0.71% -
XYZ 34.65 41.19 6.7 -
YUV 159.77 47.99 142.43 -
System Red Green Blue C M Y K H S L
Decimal 180 177 18 0 0.02 0.9 0.29 58.89 0.82 0.39
Hex B4 B1 12 0 2 5A 1D 3B 52 27
Octal 264 261 22 0 2 132 35 73 122 47
Binary 10110100 10110001 10010 0 10 1011010 11101 111011 1010010 100111

Color Harmonies of #B4B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B112

Black with #B4B112

Text Example


Text Example

White with #B4B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B112; }

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

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

background-color css

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

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

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

border-color css

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

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

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