Html Css Color HEX #B7AF11 La Rioja

📋 copy color: '#B7AF11'

red 183 ◦ green 175 ◦ blue 17

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

Shades of La Rioja #B7AF11

Tints of La Rioja #B7AF11

RGB

 RED value IS 183 (71.88% from 255) = 48.8%

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

 BLUE value IS 17 (7.03% from 255) = 4.53%

R = 48.8%
G = 46.67%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B7AF11 (or 0xB7AF11) is known color: La Rioja. HEX triplet: B7, AF and 11. RGB value is (183,175,17). Sum of RGB (Red+Green+Blue) = 183+175+17=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AF11 is #4850EE. Grayscale: #A0A0A0. Windows color (decimal): -4739311 or 1159095. OLE color: 1159095.

HSL color Cylindrical-coordinate representation of color #B7AF11: hue angle of 57.11º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7AF11 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 17 -
CMYK 0 0.04 0.91 0.28
HSL 57.11º 0.83% 0.39% -
HSV(B) 57.11º 0.91% 0.72% -
XYZ 34.96 40.77 6.56 -
YUV 159.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 183 175 17 0 0.04 0.91 0.28 57.11 0.83 0.39
Hex B7 AF 11 0 4 5B 1C 39 53 27
Octal 267 257 21 0 4 133 34 71 123 47
Binary 10110111 10101111 10001 0 100 1011011 11100 111001 1010011 100111

Color Harmonies of #B7AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF11

Black with #B7AF11

Text Example


Text Example

White with #B7AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF11; }

 p { color: rgb(183,175,17); }

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

background-color css

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

 a { background-color: rgb(183,175,17); }

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

border-color css

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

 span { border-color: rgb(183,175,17); }

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