Html Css Color HEX #B1AD0C La Rioja

📋 copy color: '#B1AD0C'

red 177 ◦ green 173 ◦ blue 12

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

Shades of La Rioja #B1AD0C

Tints of La Rioja #B1AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.79%

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

R = 48.9%
G = 47.79%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1AD0C (or 0xB1AD0C) is known color: La Rioja. HEX triplet: B1, AD and 0C. RGB value is (177,173,12). Sum of RGB (Red+Green+Blue) = 177+173+12=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AD0C is #4E52F3. Grayscale: #9C9C9C. Windows color (decimal): -5133044 or 830897. OLE color: 830897.

HSL color Cylindrical-coordinate representation of color #B1AD0C: hue angle of 58.55º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1AD0C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 12 -
CMYK 0 0.02 0.93 0.31
HSL 58.55º 0.87% 0.37% -
HSV(B) 58.55º 0.93% 0.69% -
XYZ 33.14 39.26 6.18 -
YUV 155.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 177 173 12 0 0.02 0.93 0.31 58.55 0.87 0.37
Hex B1 AD C 0 2 5D 1F 3B 57 25
Octal 261 255 14 0 2 135 37 73 127 45
Binary 10110001 10101101 1100 0 10 1011101 11111 111011 1010111 100101

Color Harmonies of #B1AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD0C

Black with #B1AD0C

Text Example


Text Example

White with #B1AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD0C; }

 p { color: rgb(177,173,12); }

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

background-color css

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

 a { background-color: rgb(177,173,12); }

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

border-color css

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

 span { border-color: rgb(177,173,12); }

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