Html Css Color HEX #B1B40D La Rioja

📋 copy color: '#B1B40D'

red 177 ◦ green 180 ◦ blue 13

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

Shades of La Rioja #B1B40D

Tints of La Rioja #B1B40D

RGB

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

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

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

R = 47.84%
G = 48.65%
B = 3.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B1B40D (or 0xB1B40D) is known color: La Rioja. HEX triplet: B1, B4 and 0D. RGB value is (177,180,13). Sum of RGB (Red+Green+Blue) = 177+180+13=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B40D is #4E4BF2. Grayscale: #A0A0A0. Windows color (decimal): -5131251 or 898225. OLE color: 898225.

HSL color Cylindrical-coordinate representation of color #B1B40D: hue angle of 61.08º degrees, saturation: 0.87, 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 #B1B40D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 13 -
CMYK 0.02 0 0.93 0.29
HSL 61.08º 0.87% 0.38% -
HSV(B) 61.08º 0.93% 0.71% -
XYZ 34.53 42.02 6.67 -
YUV 160.07 45.01 140.08 -
System Red Green Blue C M Y K H S L
Decimal 177 180 13 0.02 0 0.93 0.29 61.08 0.87 0.38
Hex B1 B4 D 2 0 5D 1D 3D 57 26
Octal 261 264 15 2 0 135 35 75 127 46
Binary 10110001 10110100 1101 10 0 1011101 11101 111101 1010111 100110

Color Harmonies of #B1B40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B40D

Black with #B1B40D

Text Example


Text Example

White with #B1B40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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