Html Css Color HEX #B3B30D La Rioja

📋 copy color: '#B3B30D'

red 179 ◦ green 179 ◦ blue 13

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

Shades of La Rioja #B3B30D

Tints of La Rioja #B3B30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.5%

R = 48.25%
G = 48.25%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3B30D (or 0xB3B30D) is known color: La Rioja. HEX triplet: B3, B3 and 0D. RGB value is (179,179,13). Sum of RGB (Red+Green+Blue) = 179+179+13=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B30D is #4C4CF2. Grayscale: #A0A0A0. Windows color (decimal): -5000435 or 897971. OLE color: 897971.

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

Color convert

RGB 179 179 13 -
CMYK 0 0 0.93 0.30
HSL 60º 0.86% 0.38% -
HSV(B) 60º 0.93% 0.7% -
XYZ 34.78 41.85 6.63 -
YUV 160.08 45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 179 179 13 0 0 0.93 0.30 60 0.86 0.38
Hex B3 B3 D 0 0 5D 1E 3C 56 26
Octal 263 263 15 0 0 135 36 74 126 46
Binary 10110011 10110011 1101 0 0 1011101 11110 111100 1010110 100110

Color Harmonies of #B3B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B30D

Black with #B3B30D

Text Example


Text Example

White with #B3B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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