Html Css Color HEX #B5AD0F La Rioja

📋 copy color: '#B5AD0F'

red 181 ◦ green 173 ◦ blue 15

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

Shades of La Rioja #B5AD0F

Tints of La Rioja #B5AD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 49.05%
G = 46.88%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5AD0F (or 0xB5AD0F) is known color: La Rioja. HEX triplet: B5, AD and 0F. RGB value is (181,173,15). Sum of RGB (Red+Green+Blue) = 181+173+15=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AD0F is #4A52F0. Grayscale: #9E9E9E. Windows color (decimal): -4870897 or 1027509. OLE color: 1027509.

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

Color convert

RGB 181 173 15 -
CMYK 0 0.04 0.92 0.29
HSL 57.11º 0.85% 0.38% -
HSV(B) 57.11º 0.92% 0.71% -
XYZ 34.09 39.75 6.33 -
YUV 157.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 181 173 15 0 0.04 0.92 0.29 57.11 0.85 0.38
Hex B5 AD F 0 4 5C 1D 39 55 26
Octal 265 255 17 0 4 134 35 71 125 46
Binary 10110101 10101101 1111 0 100 1011100 11101 111001 1010101 100110

Color Harmonies of #B5AD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD0F

Black with #B5AD0F

Text Example


Text Example

White with #B5AD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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