Html Css Color HEX #B3AF11 La Rioja

📋 copy color: '#B3AF11'

red 179 ◦ green 175 ◦ blue 17

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

Shades of La Rioja #B3AF11

Tints of La Rioja #B3AF11

RGB

 RED value IS 179 (70.31% from 255) = 48.25%

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

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

R = 48.25%
G = 47.17%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B3AF11 (or 0xB3AF11) is known color: La Rioja. HEX triplet: B3, AF and 11. RGB value is (179,175,17). Sum of RGB (Red+Green+Blue) = 179+175+17=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AF11 is #4C50EE. Grayscale: #9E9E9E. Windows color (decimal): -5001455 or 1159091. OLE color: 1159091.

HSL color Cylindrical-coordinate representation of color #B3AF11: hue angle of 58.52º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3AF11 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 175 17 -
CMYK 0 0.02 0.91 0.30
HSL 58.52º 0.83% 0.38% -
HSV(B) 58.52º 0.91% 0.7% -
XYZ 34.02 40.28 6.51 -
YUV 158.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 179 175 17 0 0.02 0.91 0.30 58.52 0.83 0.38
Hex B3 AF 11 0 2 5B 1E 3B 53 26
Octal 263 257 21 0 2 133 36 73 123 46
Binary 10110011 10101111 10001 0 10 1011011 11110 111011 1010011 100110

Color Harmonies of #B3AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF11

Black with #B3AF11

Text Example


Text Example

White with #B3AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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