Html Css Color HEX #B5AD0D La Rioja

📋 copy color: '#B5AD0D'

red 181 ◦ green 173 ◦ blue 13

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

Shades of La Rioja #B5AD0D

Tints of La Rioja #B5AD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 49.32%
G = 47.14%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5AD0D (or 0xB5AD0D) is known color: La Rioja. HEX triplet: B5, AD and 0D. RGB value is (181,173,13). Sum of RGB (Red+Green+Blue) = 181+173+13=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AD0D is #4A52F2. Grayscale: #9D9D9D. Windows color (decimal): -4870899 or 896437. OLE color: 896437.

HSL color Cylindrical-coordinate representation of color #B5AD0D: hue angle of 57.14º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5AD0D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 173 13 -
CMYK 0 0.04 0.93 0.29
HSL 57.14º 0.87% 0.38% -
HSV(B) 57.14º 0.93% 0.71% -
XYZ 34.07 39.74 6.26 -
YUV 157.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 181 173 13 0 0.04 0.93 0.29 57.14 0.87 0.38
Hex B5 AD D 0 4 5D 1D 39 57 26
Octal 265 255 15 0 4 135 35 71 127 46
Binary 10110101 10101101 1101 0 100 1011101 11101 111001 1010111 100110

Color Harmonies of #B5AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD0D

Black with #B5AD0D

Text Example


Text Example

White with #B5AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD0D; }

 p { color: rgb(181,173,13); }

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

background-color css

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

 a { background-color: rgb(181,173,13); }

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

border-color css

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

 span { border-color: rgb(181,173,13); }

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