Html Css Color HEX #B5AA0A La Rioja

📋 copy color: '#B5AA0A'

red 181 ◦ green 170 ◦ blue 10

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

Shades of La Rioja #B5AA0A

Tints of La Rioja #B5AA0A

RGB

 RED value IS 181 (71.09% from 255) = 50.14%

 GREEN value IS 170 (66.8% from 255) = 47.09%

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 50.14%
G = 47.09%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5AA0A (or 0xB5AA0A) is known color: La Rioja. HEX triplet: B5, AA and 0A. RGB value is (181,170,10). Sum of RGB (Red+Green+Blue) = 181+170+10=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AA0A is #4A55F5. Grayscale: #9B9B9B. Windows color (decimal): -4871670 or 699061. OLE color: 699061.

HSL color Cylindrical-coordinate representation of color #B5AA0A: hue angle of 56.14º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5AA0A is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 170 10 -
CMYK 0 0.06 0.94 0.29
HSL 56.14º 0.9% 0.37% -
HSV(B) 56.14º 0.94% 0.71% -
XYZ 33.49 38.6 5.97 -
YUV 155.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 181 170 10 0 0.06 0.94 0.29 56.14 0.9 0.37
Hex B5 AA A 0 6 5E 1D 38 5A 25
Octal 265 252 12 0 6 136 35 70 132 45
Binary 10110101 10101010 1010 0 110 1011110 11101 111000 1011010 100101

Color Harmonies of #B5AA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AA0A

Black with #B5AA0A

Text Example


Text Example

White with #B5AA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AA0A; }

 p { color: rgb(181,170,10); }

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

background-color css

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

 a { background-color: rgb(181,170,10); }

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

border-color css

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

 span { border-color: rgb(181,170,10); }

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