Html Css Color HEX #B9AF01 La Rioja

📋 copy color: '#B9AF01'

red 185 ◦ green 175 ◦ blue 1

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

Shades of La Rioja #B9AF01

Tints of La Rioja #B9AF01

RGB

 RED value IS 185 (72.66% from 255) = 51.25%

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

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

R = 51.25%
G = 48.48%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9AF01 (or 0xB9AF01) is known color: La Rioja. HEX triplet: B9, AF and 01. RGB value is (185,175,1). Sum of RGB (Red+Green+Blue) = 185+175+1=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF01 is #4650FE. Grayscale: #9E9E9E. Windows color (decimal): -4608255 or 110521. OLE color: 110521.

HSL color Cylindrical-coordinate representation of color #B9AF01: hue angle of 56.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9AF01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 1 -
CMYK 0 0.05 0.99 0.27
HSL 56.74º 0.99% 0.36% -
HSV(B) 56.74º 0.99% 0.73% -
XYZ 35.34 40.98 6.08 -
YUV 158.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 185 175 1 0 0.05 0.99 0.27 56.74 0.99 0.36
Hex B9 AF 1 0 5 63 1B 39 63 24
Octal 271 257 1 0 5 143 33 71 143 44
Binary 10111001 10101111 1 0 101 1100011 11011 111001 1100011 100100

Color Harmonies of #B9AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF01

Black with #B9AF01

Text Example


Text Example

White with #B9AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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