Html Css Color HEX #B3B30F La Rioja

📋 copy color: '#B3B30F'

red 179 ◦ green 179 ◦ blue 15

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

Shades of La Rioja #B3B30F

Tints of La Rioja #B3B30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 47.99%
G = 47.99%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3B30F (or 0xB3B30F) is known color: La Rioja. HEX triplet: B3, B3 and 0F. RGB value is (179,179,15). Sum of RGB (Red+Green+Blue) = 179+179+15=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B30F is #4C4CF0. Grayscale: #A0A0A0. Windows color (decimal): -5000433 or 1029043. OLE color: 1029043.

HSL color Cylindrical-coordinate representation of color #B3B30F: hue angle of 60º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3B30F is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 15 -
CMYK 0 0 0.92 0.30
HSL 60º 0.85% 0.38% -
HSV(B) 60º 0.92% 0.7% -
XYZ 34.8 41.86 6.7 -
YUV 160.3 46 141.34 -
System Red Green Blue C M Y K H S L
Decimal 179 179 15 0 0 0.92 0.30 60 0.85 0.38
Hex B3 B3 F 0 0 5C 1E 3C 55 26
Octal 263 263 17 0 0 134 36 74 125 46
Binary 10110011 10110011 1111 0 0 1011100 11110 111100 1010101 100110

Color Harmonies of #B3B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B30F

Black with #B3B30F

Text Example


Text Example

White with #B3B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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