Html Css Color HEX #B0AF12 La Rioja

📋 copy color: '#B0AF12'

red 176 ◦ green 175 ◦ blue 18

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

Shades of La Rioja #B0AF12

Tints of La Rioja #B0AF12

RGB

 RED value IS 176 (69.14% from 255) = 47.7%

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

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

R = 47.7%
G = 47.43%
B = 4.88%

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

#B0AF12 (or 0xB0AF12) is known color: La Rioja. HEX triplet: B0, AF and 12. RGB value is (176,175,18). Sum of RGB (Red+Green+Blue) = 176+175+18=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AF12 is #4F50ED. Grayscale: #9E9E9E. Windows color (decimal): -5198062 or 1224624. OLE color: 1224624.

HSL color Cylindrical-coordinate representation of color #B0AF12: hue angle of 59.62º degrees, saturation: 0.81, 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 #B0AF12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 175 18 -
CMYK 0 0.01 0.90 0.31
HSL 59.62º 0.81% 0.38% -
HSV(B) 59.62º 0.9% 0.69% -
XYZ 33.34 39.93 6.52 -
YUV 157.4 49.33 141.27 -
System Red Green Blue C M Y K H S L
Decimal 176 175 18 0 0.01 0.90 0.31 59.62 0.81 0.38
Hex B0 AF 12 0 1 5A 1F 3C 51 26
Octal 260 257 22 0 1 132 37 74 121 46
Binary 10110000 10101111 10010 0 1 1011010 11111 111100 1010001 100110

Color Harmonies of #B0AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF12

Black with #B0AF12

Text Example


Text Example

White with #B0AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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