Html Css Color HEX #B5B404 La Rioja

📋 copy color: '#B5B404'

red 181 ◦ green 180 ◦ blue 4

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

Shades of La Rioja #B5B404

Tints of La Rioja #B5B404

RGB

 RED value IS 181 (71.09% from 255) = 49.59%

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 49.59%
G = 49.32%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B5B404 (or 0xB5B404) is known color: La Rioja. HEX triplet: B5, B4 and 04. RGB value is (181,180,4). Sum of RGB (Red+Green+Blue) = 181+180+4=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B404 is #4A4BFB. Grayscale: #A0A0A0. Windows color (decimal): -4869116 or 308405. OLE color: 308405.

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

Color convert

RGB 181 180 4 -
CMYK 0 0.01 0.98 0.29
HSL 59.66º 0.96% 0.36% -
HSV(B) 59.66º 0.98% 0.71% -
XYZ 35.4 42.48 6.45 -
YUV 160.24 39.83 142.81 -
System Red Green Blue C M Y K H S L
Decimal 181 180 4 0 0.01 0.98 0.29 59.66 0.96 0.36
Hex B5 B4 4 0 1 62 1D 3C 60 24
Octal 265 264 4 0 1 142 35 74 140 44
Binary 10110101 10110100 100 0 1 1100010 11101 111100 1100000 100100

Color Harmonies of #B5B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B404

Black with #B5B404

Text Example


Text Example

White with #B5B404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B404; }

 p { color: rgb(181,180,4); }

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

background-color css

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

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

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

border-color css

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

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

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