Html Css Color HEX #B5B504 La Rioja

📋 copy color: '#B5B504'

red 181 ◦ green 181 ◦ blue 4

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

Shades of La Rioja #B5B504

Tints of La Rioja #B5B504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

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

R = 49.45%
G = 49.45%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B5B504 (or 0xB5B504) is known color: La Rioja. HEX triplet: B5, B5 and 04. RGB value is (181,181,4). Sum of RGB (Red+Green+Blue) = 181+181+4=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B504 is #4A4AFB. Grayscale: #A1A1A1. Windows color (decimal): -4868860 or 308661. OLE color: 308661.

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

Color convert

RGB 181 181 4 -
CMYK 0 0 0.98 0.29
HSL 60º 0.96% 0.36% -
HSV(B) 60º 0.98% 0.71% -
XYZ 35.6 42.88 6.52 -
YUV 160.82 39.5 142.39 -
System Red Green Blue C M Y K H S L
Decimal 181 181 4 0 0 0.98 0.29 60 0.96 0.36
Hex B5 B5 4 0 0 62 1D 3C 60 24
Octal 265 265 4 0 0 142 35 74 140 44
Binary 10110101 10110101 100 0 0 1100010 11101 111100 1100000 100100

Color Harmonies of #B5B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B504

Black with #B5B504

Text Example


Text Example

White with #B5B504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B504; }

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

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

background-color css

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

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

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

border-color css

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

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

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