Html Css Color HEX #B9AC01 La Rioja

📋 copy color: '#B9AC01'

red 185 ◦ green 172 ◦ blue 1

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

Shades of La Rioja #B9AC01

Tints of La Rioja #B9AC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.04%

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

R = 51.68%
G = 48.04%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9AC01 (or 0xB9AC01) is known color: La Rioja. HEX triplet: B9, AC and 01. RGB value is (185,172,1). Sum of RGB (Red+Green+Blue) = 185+172+1=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AC01 is #4653FE. Grayscale: #9D9D9D. Windows color (decimal): -4609023 or 109753. OLE color: 109753.

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

Color convert

RGB 185 172 1 -
CMYK 0 0.07 0.99 0.27
HSL 55.76º 0.99% 0.36% -
HSV(B) 55.76º 0.99% 0.73% -
XYZ 34.77 39.82 5.88 -
YUV 156.39 40.31 148.4 -
System Red Green Blue C M Y K H S L
Decimal 185 172 1 0 0.07 0.99 0.27 55.76 0.99 0.36
Hex B9 AC 1 0 7 63 1B 38 63 24
Octal 271 254 1 0 7 143 33 70 143 44
Binary 10111001 10101100 1 0 111 1100011 11011 111000 1100011 100100

Color Harmonies of #B9AC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC01

Black with #B9AC01

Text Example


Text Example

White with #B9AC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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