Html Css Color HEX #B5AF01 La Rioja

📋 copy color: '#B5AF01'

red 181 ◦ green 175 ◦ blue 1

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

Shades of La Rioja #B5AF01

Tints of La Rioja #B5AF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 50.7%
G = 49.02%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B5AF01 (or 0xB5AF01) is known color: La Rioja. HEX triplet: B5, AF and 01. RGB value is (181,175,1). Sum of RGB (Red+Green+Blue) = 181+175+1=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AF01 is #4A50FE. Grayscale: #9D9D9D. Windows color (decimal): -4870399 or 110517. OLE color: 110517.

HSL color Cylindrical-coordinate representation of color #B5AF01: hue angle of 58º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5AF01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 1 -
CMYK 0 0.03 0.99 0.29
HSL 58º 0.99% 0.36% -
HSV(B) 58º 0.99% 0.71% -
XYZ 34.39 40.49 6.03 -
YUV 156.96 39.99 145.15 -
System Red Green Blue C M Y K H S L
Decimal 181 175 1 0 0.03 0.99 0.29 58 0.99 0.36
Hex B5 AF 1 0 3 63 1D 3A 63 24
Octal 265 257 1 0 3 143 35 72 143 44
Binary 10110101 10101111 1 0 11 1100011 11101 111010 1100011 100100

Color Harmonies of #B5AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF01

Black with #B5AF01

Text Example


Text Example

White with #B5AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF01; }

 p { color: rgb(181,175,1); }

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

background-color css

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

 a { background-color: rgb(181,175,1); }

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

border-color css

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

 span { border-color: rgb(181,175,1); }

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