Html Css Color HEX #B4B411 La Rioja

📋 copy color: '#B4B411'

red 180 ◦ green 180 ◦ blue 17

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

Shades of La Rioja #B4B411

Tints of La Rioja #B4B411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

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

R = 47.75%
G = 47.75%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B4B411 (or 0xB4B411) is known color: La Rioja. HEX triplet: B4, B4 and 11. RGB value is (180,180,17). Sum of RGB (Red+Green+Blue) = 180+180+17=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B411 is #4B4BEE. Grayscale: #A2A2A2. Windows color (decimal): -4934639 or 1160372. OLE color: 1160372.

HSL color Cylindrical-coordinate representation of color #B4B411: hue angle of 60º 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 #B4B411 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 180 17 -
CMYK 0 0 0.91 0.29
HSL 60º 0.83% 0.39% -
HSV(B) 60º 0.91% 0.71% -
XYZ 35.24 42.39 6.85 -
YUV 161.42 46.5 141.25 -
System Red Green Blue C M Y K H S L
Decimal 180 180 17 0 0 0.91 0.29 60 0.83 0.39
Hex B4 B4 11 0 0 5B 1D 3C 53 27
Octal 264 264 21 0 0 133 35 74 123 47
Binary 10110100 10110100 10001 0 0 1011011 11101 111100 1010011 100111

Color Harmonies of #B4B411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B411

Black with #B4B411

Text Example


Text Example

White with #B4B411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B411; }

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

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

background-color css

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

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

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

border-color css

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

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

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