Html Css Color HEX #B3AD04 La Rioja

📋 copy color: '#B3AD04'

red 179 ◦ green 173 ◦ blue 4

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

Shades of La Rioja #B3AD04

Tints of La Rioja #B3AD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.6%

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

R = 50.28%
G = 48.6%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B3AD04 (or 0xB3AD04) is known color: La Rioja. HEX triplet: B3, AD and 04. RGB value is (179,173,4). Sum of RGB (Red+Green+Blue) = 179+173+4=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AD04 is #4C52FB. Grayscale: #9C9C9C. Windows color (decimal): -5001980 or 306611. OLE color: 306611.

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

Color convert

RGB 179 173 4 -
CMYK 0 0.03 0.98 0.30
HSL 57.94º 0.96% 0.36% -
HSV(B) 57.94º 0.98% 0.7% -
XYZ 33.56 39.48 5.97 -
YUV 155.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 179 173 4 0 0.03 0.98 0.30 57.94 0.96 0.36
Hex B3 AD 4 0 3 62 1E 3A 60 24
Octal 263 255 4 0 3 142 36 72 140 44
Binary 10110011 10101101 100 0 11 1100010 11110 111010 1100000 100100

Color Harmonies of #B3AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD04

Black with #B3AD04

Text Example


Text Example

White with #B3AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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