Html Css Color HEX #B3B40C La Rioja

📋 copy color: '#B3B40C'

red 179 ◦ green 180 ◦ blue 12

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

Shades of La Rioja #B3B40C

Tints of La Rioja #B3B40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 48.25%
G = 48.52%
B = 3.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B3B40C (or 0xB3B40C) is known color: La Rioja. HEX triplet: B3, B4 and 0C. RGB value is (179,180,12). Sum of RGB (Red+Green+Blue) = 179+180+12=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B40C is #4C4BF3. Grayscale: #A1A1A1. Windows color (decimal): -5000180 or 832691. OLE color: 832691.

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

Color convert

RGB 179 180 12 -
CMYK 0.01 0 0.93 0.29
HSL 60.36º 0.88% 0.38% -
HSV(B) 60.36º 0.93% 0.71% -
XYZ 34.98 42.25 6.66 -
YUV 160.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 179 180 12 0.01 0 0.93 0.29 60.36 0.88 0.38
Hex B3 B4 C 1 0 5D 1D 3C 58 26
Octal 263 264 14 1 0 135 35 74 130 46
Binary 10110011 10110100 1100 1 0 1011101 11101 111100 1011000 100110

Color Harmonies of #B3B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B40C

Black with #B3B40C

Text Example


Text Example

White with #B3B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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