Html Css Color HEX #B3A904 La Rioja

📋 copy color: '#B3A904'

red 179 ◦ green 169 ◦ blue 4

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

Shades of La Rioja #B3A904

Tints of La Rioja #B3A904

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.01%

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

R = 50.85%
G = 48.01%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B3A904 (or 0xB3A904) is known color: La Rioja. HEX triplet: B3, A9 and 04. RGB value is (179,169,4). Sum of RGB (Red+Green+Blue) = 179+169+4=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A904 is #4C56FB. Grayscale: #999999. Windows color (decimal): -5003004 or 305587. OLE color: 305587.

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

Color convert

RGB 179 169 4 -
CMYK 0 0.06 0.98 0.30
HSL 56.57º 0.96% 0.36% -
HSV(B) 56.57º 0.98% 0.7% -
XYZ 32.8 37.97 5.71 -
YUV 153.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 179 169 4 0 0.06 0.98 0.30 56.57 0.96 0.36
Hex B3 A9 4 0 6 62 1E 39 60 24
Octal 263 251 4 0 6 142 36 71 140 44
Binary 10110011 10101001 100 0 110 1100010 11110 111001 1100000 100100

Color Harmonies of #B3A904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A904

Black with #B3A904

Text Example


Text Example

White with #B3A904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A904; }

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

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

background-color css

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

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

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

border-color css

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

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

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