Html Css Color HEX #B3B101 La Rioja

📋 copy color: '#B3B101'

red 179 ◦ green 177 ◦ blue 1

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

Shades of La Rioja #B3B101

Tints of La Rioja #B3B101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.58%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 50.14%
G = 49.58%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B3B101 (or 0xB3B101) is known color: La Rioja. HEX triplet: B3, B1 and 01. RGB value is (179,177,1). Sum of RGB (Red+Green+Blue) = 179+177+1=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B101 is #4C4EFE. Grayscale: #9E9E9E. Windows color (decimal): -5000959 or 111027. OLE color: 111027.

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

Color convert

RGB 179 177 1 -
CMYK 0 0.01 0.99 0.30
HSL 59.33º 0.99% 0.35% -
HSV(B) 59.33º 0.99% 0.7% -
XYZ 34.32 41.03 6.14 -
YUV 157.53 39.66 143.31 -
System Red Green Blue C M Y K H S L
Decimal 179 177 1 0 0.01 0.99 0.30 59.33 0.99 0.35
Hex B3 B1 1 0 1 63 1E 3B 63 23
Octal 263 261 1 0 1 143 36 73 143 43
Binary 10110011 10110001 1 0 1 1100011 11110 111011 1100011 100011

Color Harmonies of #B3B101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B101

Black with #B3B101

Text Example


Text Example

White with #B3B101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B101; }

 p { color: rgb(179,177,1); }

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

background-color css

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

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

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

border-color css

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

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

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