Html Css Color HEX #B3AF04 La Rioja

📋 copy color: '#B3AF04'

red 179 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #B3AF04

Tints of La Rioja #B3AF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.88%

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

R = 50%
G = 48.88%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B3AF04 (or 0xB3AF04) is known color: La Rioja. HEX triplet: B3, AF and 04. RGB value is (179,175,4). Sum of RGB (Red+Green+Blue) = 179+175+4=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AF04 is #4C50FB. Grayscale: #9D9D9D. Windows color (decimal): -5001468 or 307123. OLE color: 307123.

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

Color convert

RGB 179 175 4 -
CMYK 0 0.02 0.98 0.30
HSL 58.63º 0.96% 0.36% -
HSV(B) 58.63º 0.98% 0.7% -
XYZ 33.94 40.25 6.1 -
YUV 156.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 179 175 4 0 0.02 0.98 0.30 58.63 0.96 0.36
Hex B3 AF 4 0 2 62 1E 3B 60 24
Octal 263 257 4 0 2 142 36 73 140 44
Binary 10110011 10101111 100 0 10 1100010 11110 111011 1100000 100100

Color Harmonies of #B3AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF04

Black with #B3AF04

Text Example


Text Example

White with #B3AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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