Html Css Color HEX #B5AF07 La Rioja

📋 copy color: '#B5AF07'

red 181 ◦ green 175 ◦ blue 7

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

Shades of La Rioja #B5AF07

Tints of La Rioja #B5AF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 49.86%
G = 48.21%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B5AF07 (or 0xB5AF07) is known color: La Rioja. HEX triplet: B5, AF and 07. RGB value is (181,175,7). Sum of RGB (Red+Green+Blue) = 181+175+7=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5AF07 is #4A50F8. Grayscale: #9E9E9E. Windows color (decimal): -4870393 or 503733. OLE color: 503733.

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

Color convert

RGB 181 175 7 -
CMYK 0 0.03 0.96 0.29
HSL 57.93º 0.93% 0.37% -
HSV(B) 57.93º 0.96% 0.71% -
XYZ 34.42 40.5 6.2 -
YUV 157.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 181 175 7 0 0.03 0.96 0.29 57.93 0.93 0.37
Hex B5 AF 7 0 3 60 1D 3A 5D 25
Octal 265 257 7 0 3 140 35 72 135 45
Binary 10110101 10101111 111 0 11 1100000 11101 111010 1011101 100101

Color Harmonies of #B5AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF07

Black with #B5AF07

Text Example


Text Example

White with #B5AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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