Html Css Color HEX #B3B40F La Rioja

📋 copy color: '#B3B40F'

red 179 ◦ green 180 ◦ blue 15

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

Shades of La Rioja #B3B40F

Tints of La Rioja #B3B40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.13%

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

R = 47.86%
G = 48.13%
B = 4.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B3B40F (or 0xB3B40F) is known color: La Rioja. HEX triplet: B3, B4 and 0F. RGB value is (179,180,15). Sum of RGB (Red+Green+Blue) = 179+180+15=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B40F is #4C4BF0. Grayscale: #A1A1A1. Windows color (decimal): -5000177 or 1029299. OLE color: 1029299.

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

Color convert

RGB 179 180 15 -
CMYK 0.01 0 0.92 0.29
HSL 60.36º 0.85% 0.38% -
HSV(B) 60.36º 0.92% 0.71% -
XYZ 35 42.26 6.76 -
YUV 160.89 45.67 140.92 -
System Red Green Blue C M Y K H S L
Decimal 179 180 15 0.01 0 0.92 0.29 60.36 0.85 0.38
Hex B3 B4 F 1 0 5C 1D 3C 55 26
Octal 263 264 17 1 0 134 35 74 125 46
Binary 10110011 10110100 1111 1 0 1011100 11101 111100 1010101 100110

Color Harmonies of #B3B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B40F

Black with #B3B40F

Text Example


Text Example

White with #B3B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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