Html Css Color HEX #B4B311 La Rioja

📋 copy color: '#B4B311'

red 180 ◦ green 179 ◦ blue 17

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

Shades of La Rioja #B4B311

Tints of La Rioja #B4B311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.61%

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 47.87%
G = 47.61%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B4B311 (or 0xB4B311) is known color: La Rioja. HEX triplet: B4, B3 and 11. RGB value is (180,179,17). Sum of RGB (Red+Green+Blue) = 180+179+17=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B311 is #4B4CEE. Grayscale: #A1A1A1. Windows color (decimal): -4934895 or 1160116. OLE color: 1160116.

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

Color convert

RGB 180 179 17 -
CMYK 0 0.01 0.91 0.29
HSL 59.63º 0.83% 0.39% -
HSV(B) 59.63º 0.91% 0.71% -
XYZ 35.04 41.98 6.79 -
YUV 160.83 46.83 141.67 -
System Red Green Blue C M Y K H S L
Decimal 180 179 17 0 0.01 0.91 0.29 59.63 0.83 0.39
Hex B4 B3 11 0 1 5B 1D 3C 53 27
Octal 264 263 21 0 1 133 35 74 123 47
Binary 10110100 10110011 10001 0 1 1011011 11101 111100 1010011 100111

Color Harmonies of #B4B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B311

Black with #B4B311

Text Example


Text Example

White with #B4B311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B311; }

 p { color: rgb(180,179,17); }

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

background-color css

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

 a { background-color: rgb(180,179,17); }

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

border-color css

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

 span { border-color: rgb(180,179,17); }

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