Html Css Color HEX #B4AD04 La Rioja

📋 copy color: '#B4AD04'

red 180 ◦ green 173 ◦ blue 4

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

Shades of La Rioja #B4AD04

Tints of La Rioja #B4AD04

RGB

 RED value IS 180 (70.7% from 255) = 50.42%

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

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

R = 50.42%
G = 48.46%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B4AD04 (or 0xB4AD04) is known color: La Rioja. HEX triplet: B4, AD and 04. RGB value is (180,173,4). Sum of RGB (Red+Green+Blue) = 180+173+4=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AD04 is #4B52FB. Grayscale: #9C9C9C. Windows color (decimal): -4936444 or 306612. OLE color: 306612.

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

Color convert

RGB 180 173 4 -
CMYK 0 0.04 0.98 0.29
HSL 57.61º 0.96% 0.36% -
HSV(B) 57.61º 0.98% 0.71% -
XYZ 33.79 39.6 5.98 -
YUV 155.83 42.32 145.24 -
System Red Green Blue C M Y K H S L
Decimal 180 173 4 0 0.04 0.98 0.29 57.61 0.96 0.36
Hex B4 AD 4 0 4 62 1D 3A 60 24
Octal 264 255 4 0 4 142 35 72 140 44
Binary 10110100 10101101 100 0 100 1100010 11101 111010 1100000 100100

Color Harmonies of #B4AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD04

Black with #B4AD04

Text Example


Text Example

White with #B4AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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