Html Css Color HEX #B3B404 La Rioja

📋 copy color: '#B3B404'

red 179 ◦ green 180 ◦ blue 4

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

Shades of La Rioja #B3B404

Tints of La Rioja #B3B404

RGB

 RED value IS 179 (70.31% from 255) = 49.31%

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

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

R = 49.31%
G = 49.59%
B = 1.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B3B404 (or 0xB3B404) is known color: La Rioja. HEX triplet: B3, B4 and 04. RGB value is (179,180,4). Sum of RGB (Red+Green+Blue) = 179+180+4=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B404 is #4C4BFB. Grayscale: #A0A0A0. Windows color (decimal): -5000188 or 308403. OLE color: 308403.

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

Color convert

RGB 179 180 4 -
CMYK 0.01 0 0.98 0.29
HSL 60.34º 0.96% 0.36% -
HSV(B) 60.34º 0.98% 0.71% -
XYZ 34.93 42.23 6.43 -
YUV 159.64 40.17 141.81 -
System Red Green Blue C M Y K H S L
Decimal 179 180 4 0.01 0 0.98 0.29 60.34 0.96 0.36
Hex B3 B4 4 1 0 62 1D 3C 60 24
Octal 263 264 4 1 0 142 35 74 140 44
Binary 10110011 10110100 100 1 0 1100010 11101 111100 1100000 100100

Color Harmonies of #B3B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B404

Black with #B3B404

Text Example


Text Example

White with #B3B404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B404; }

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

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

background-color css

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

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

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

border-color css

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

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

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