Html Css Color HEX #B0AD10 La Rioja

📋 copy color: '#B0AD10'

red 176 ◦ green 173 ◦ blue 16

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

Shades of La Rioja #B0AD10

Tints of La Rioja #B0AD10

RGB

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

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

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

R = 48.22%
G = 47.4%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0AD10 (or 0xB0AD10) is known color: La Rioja. HEX triplet: B0, AD and 10. RGB value is (176,173,16). Sum of RGB (Red+Green+Blue) = 176+173+16=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD10 is #4F52EF. Grayscale: #9C9C9C. Windows color (decimal): -5198576 or 1093040. OLE color: 1093040.

HSL color Cylindrical-coordinate representation of color #B0AD10: hue angle of 58.88º 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 #B0AD10 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 16 -
CMYK 0 0.02 0.91 0.31
HSL 58.88º 0.83% 0.38% -
HSV(B) 58.88º 0.91% 0.69% -
XYZ 32.94 39.15 6.31 -
YUV 156 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 176 173 16 0 0.02 0.91 0.31 58.88 0.83 0.38
Hex B0 AD 10 0 2 5B 1F 3B 53 26
Octal 260 255 20 0 2 133 37 73 123 46
Binary 10110000 10101101 10000 0 10 1011011 11111 111011 1010011 100110

Color Harmonies of #B0AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD10

Black with #B0AD10

Text Example


Text Example

White with #B0AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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