Html Css Color HEX #B0AF10 La Rioja

📋 copy color: '#B0AF10'

red 176 ◦ green 175 ◦ blue 16

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

Shades of La Rioja #B0AF10

Tints of La Rioja #B0AF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 47.96%
G = 47.68%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0AF10 (or 0xB0AF10) is known color: La Rioja. HEX triplet: B0, AF and 10. RGB value is (176,175,16). Sum of RGB (Red+Green+Blue) = 176+175+16=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AF10 is #4F50EF. Grayscale: #9D9D9D. Windows color (decimal): -5198064 or 1093552. OLE color: 1093552.

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

Color convert

RGB 176 175 16 -
CMYK 0 0.01 0.91 0.31
HSL 59.63º 0.83% 0.38% -
HSV(B) 59.63º 0.91% 0.69% -
XYZ 33.33 39.93 6.44 -
YUV 157.17 48.33 141.43 -
System Red Green Blue C M Y K H S L
Decimal 176 175 16 0 0.01 0.91 0.31 59.63 0.83 0.38
Hex B0 AF 10 0 1 5B 1F 3C 53 26
Octal 260 257 20 0 1 133 37 74 123 46
Binary 10110000 10101111 10000 0 1 1011011 11111 111100 1010011 100110

Color Harmonies of #B0AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF10

Black with #B0AF10

Text Example


Text Example

White with #B0AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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