Html Css Color HEX #B1AF12 La Rioja

📋 copy color: '#B1AF12'

red 177 ◦ green 175 ◦ blue 18

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

Shades of La Rioja #B1AF12

Tints of La Rioja #B1AF12

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.3%

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 47.84%
G = 47.3%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B1AF12 (or 0xB1AF12) is known color: La Rioja. HEX triplet: B1, AF and 12. RGB value is (177,175,18). Sum of RGB (Red+Green+Blue) = 177+175+18=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AF12 is #4E50ED. Grayscale: #9E9E9E. Windows color (decimal): -5132526 or 1224625. OLE color: 1224625.

HSL color Cylindrical-coordinate representation of color #B1AF12: hue angle of 59.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1AF12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 175 18 -
CMYK 0 0.01 0.90 0.31
HSL 59.25º 0.82% 0.38% -
HSV(B) 59.25º 0.9% 0.69% -
XYZ 33.57 40.05 6.53 -
YUV 157.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 177 175 18 0 0.01 0.90 0.31 59.25 0.82 0.38
Hex B1 AF 12 0 1 5A 1F 3B 52 26
Octal 261 257 22 0 1 132 37 73 122 46
Binary 10110001 10101111 10010 0 1 1011010 11111 111011 1010010 100110

Color Harmonies of #B1AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF12

Black with #B1AF12

Text Example


Text Example

White with #B1AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF12; }

 p { color: rgb(177,175,18); }

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

background-color css

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

 a { background-color: rgb(177,175,18); }

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

border-color css

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

 span { border-color: rgb(177,175,18); }

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