Html Css Color HEX #B3B304 La Rioja

📋 copy color: '#B3B304'

red 179 ◦ green 179 ◦ blue 4

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

Shades of La Rioja #B3B304

Tints of La Rioja #B3B304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.45%

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

R = 49.45%
G = 49.45%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B3B304 (or 0xB3B304) is known color: La Rioja. HEX triplet: B3, B3 and 04. RGB value is (179,179,4). Sum of RGB (Red+Green+Blue) = 179+179+4=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B304 is #4C4CFB. Grayscale: #9F9F9F. Windows color (decimal): -5000444 or 308147. OLE color: 308147.

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

Color convert

RGB 179 179 4 -
CMYK 0 0 0.98 0.30
HSL 60º 0.96% 0.36% -
HSV(B) 60º 0.98% 0.7% -
XYZ 34.73 41.83 6.36 -
YUV 159.05 40.5 142.23 -
System Red Green Blue C M Y K H S L
Decimal 179 179 4 0 0 0.98 0.30 60 0.96 0.36
Hex B3 B3 4 0 0 62 1E 3C 60 24
Octal 263 263 4 0 0 142 36 74 140 44
Binary 10110011 10110011 100 0 0 1100010 11110 111100 1100000 100100

Color Harmonies of #B3B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B304

Black with #B3B304

Text Example


Text Example

White with #B3B304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B304; }

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

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

background-color css

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

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

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

border-color css

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

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

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