Html Css Color HEX #B1AF07 La Rioja

📋 copy color: '#B1AF07'

red 177 ◦ green 175 ◦ blue 7

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

Shades of La Rioja #B1AF07

Tints of La Rioja #B1AF07

RGB

 RED value IS 177 (69.53% from 255) = 49.3%

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

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

R = 49.3%
G = 48.75%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B1AF07 (or 0xB1AF07) is known color: La Rioja. HEX triplet: B1, AF and 07. RGB value is (177,175,7). Sum of RGB (Red+Green+Blue) = 177+175+7=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AF07 is #4E50F8. Grayscale: #9D9D9D. Windows color (decimal): -5132537 or 503729. OLE color: 503729.

HSL color Cylindrical-coordinate representation of color #B1AF07: hue angle of 59.29º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1AF07 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 175 7 -
CMYK 0 0.01 0.96 0.31
HSL 59.29º 0.92% 0.36% -
HSV(B) 59.29º 0.96% 0.69% -
XYZ 33.5 40.02 6.16 -
YUV 156.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 177 175 7 0 0.01 0.96 0.31 59.29 0.92 0.36
Hex B1 AF 7 0 1 60 1F 3B 5C 24
Octal 261 257 7 0 1 140 37 73 134 44
Binary 10110001 10101111 111 0 1 1100000 11111 111011 1011100 100100

Color Harmonies of #B1AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF07

Black with #B1AF07

Text Example


Text Example

White with #B1AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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