Html Css Color HEX #B4B313 La Rioja

📋 copy color: '#B4B313'

red 180 ◦ green 179 ◦ blue 19

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

Shades of La Rioja #B4B313

Tints of La Rioja #B4B313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.03%

R = 47.62%
G = 47.35%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B4B313 (or 0xB4B313) is known color: La Rioja. HEX triplet: B4, B3 and 13. RGB value is (180,179,19). Sum of RGB (Red+Green+Blue) = 180+179+19=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B313 is #4B4CEC. Grayscale: #A1A1A1. Windows color (decimal): -4934893 or 1291188. OLE color: 1291188.

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

Color convert

RGB 180 179 19 -
CMYK 0 0.01 0.89 0.29
HSL 59.63º 0.81% 0.39% -
HSV(B) 59.63º 0.89% 0.71% -
XYZ 35.06 41.99 6.87 -
YUV 161.06 47.83 141.51 -
System Red Green Blue C M Y K H S L
Decimal 180 179 19 0 0.01 0.89 0.29 59.63 0.81 0.39
Hex B4 B3 13 0 1 59 1D 3C 51 27
Octal 264 263 23 0 1 131 35 74 121 47
Binary 10110100 10110011 10011 0 1 1011001 11101 111100 1010001 100111

Color Harmonies of #B4B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B313

Black with #B4B313

Text Example


Text Example

White with #B4B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B313; }

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

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

background-color css

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

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

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

border-color css

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

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

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