Html Css Color HEX #B1B409 La Rioja

📋 copy color: '#B1B409'

red 177 ◦ green 180 ◦ blue 9

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

Shades of La Rioja #B1B409

Tints of La Rioja #B1B409

RGB

 RED value IS 177 (69.53% from 255) = 48.36%

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

 BLUE value IS 9 (3.91% from 255) = 2.46%

R = 48.36%
G = 49.18%
B = 2.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B1B409 (or 0xB1B409) is known color: La Rioja. HEX triplet: B1, B4 and 09. RGB value is (177,180,9). Sum of RGB (Red+Green+Blue) = 177+180+9=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B409 is #4E4BF6. Grayscale: #A0A0A0. Windows color (decimal): -5131255 or 636081. OLE color: 636081.

HSL color Cylindrical-coordinate representation of color #B1B409: hue angle of 61.05º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1B409 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 9 -
CMYK 0.02 0 0.95 0.29
HSL 61.05º 0.9% 0.37% -
HSV(B) 61.05º 0.95% 0.71% -
XYZ 34.5 42.01 6.55 -
YUV 159.61 43.01 140.4 -
System Red Green Blue C M Y K H S L
Decimal 177 180 9 0.02 0 0.95 0.29 61.05 0.9 0.37
Hex B1 B4 9 2 0 5F 1D 3D 5A 25
Octal 261 264 11 2 0 137 35 75 132 45
Binary 10110001 10110100 1001 10 0 1011111 11101 111101 1011010 100101

Color Harmonies of #B1B409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B409

Black with #B1B409

Text Example


Text Example

White with #B1B409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B409; }

 p { color: rgb(177,180,9); }

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

background-color css

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

 a { background-color: rgb(177,180,9); }

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

border-color css

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

 span { border-color: rgb(177,180,9); }

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