Html Css Color HEX #B6AF01 La Rioja

📋 copy color: '#B6AF01'

red 182 ◦ green 175 ◦ blue 1

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

Shades of La Rioja #B6AF01

Tints of La Rioja #B6AF01

RGB

 RED value IS 182 (71.48% from 255) = 50.84%

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

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

R = 50.84%
G = 48.88%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B6AF01 (or 0xB6AF01) is known color: La Rioja. HEX triplet: B6, AF and 01. RGB value is (182,175,1). Sum of RGB (Red+Green+Blue) = 182+175+1=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AF01 is #4950FE. Grayscale: #9D9D9D. Windows color (decimal): -4804863 or 110518. OLE color: 110518.

HSL color Cylindrical-coordinate representation of color #B6AF01: hue angle of 57.68º 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 #B6AF01 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 175 1 -
CMYK 0 0.04 0.99 0.29
HSL 57.68º 0.99% 0.36% -
HSV(B) 57.68º 0.99% 0.71% -
XYZ 34.63 40.61 6.04 -
YUV 157.26 39.82 145.65 -
System Red Green Blue C M Y K H S L
Decimal 182 175 1 0 0.04 0.99 0.29 57.68 0.99 0.36
Hex B6 AF 1 0 4 63 1D 3A 63 24
Octal 266 257 1 0 4 143 35 72 143 44
Binary 10110110 10101111 1 0 100 1100011 11101 111010 1100011 100100

Color Harmonies of #B6AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AF01

Black with #B6AF01

Text Example


Text Example

White with #B6AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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