Html Css Color HEX #B9A801 La Rioja

📋 copy color: '#B9A801'

red 185 ◦ green 168 ◦ blue 1

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

Shades of La Rioja #B9A801

Tints of La Rioja #B9A801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.46%

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

R = 52.26%
G = 47.46%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9A801 (or 0xB9A801) is known color: La Rioja. HEX triplet: B9, A8 and 01. RGB value is (185,168,1). Sum of RGB (Red+Green+Blue) = 185+168+1=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A801 is #4657FE. Grayscale: #9A9A9A. Windows color (decimal): -4610047 or 108729. OLE color: 108729.

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

Color convert

RGB 185 168 1 -
CMYK 0 0.09 0.99 0.27
HSL 54.46º 0.99% 0.36% -
HSV(B) 54.46º 0.99% 0.73% -
XYZ 34.02 38.32 5.63 -
YUV 154.05 41.63 150.08 -
System Red Green Blue C M Y K H S L
Decimal 185 168 1 0 0.09 0.99 0.27 54.46 0.99 0.36
Hex B9 A8 1 0 9 63 1B 36 63 24
Octal 271 250 1 0 11 143 33 66 143 44
Binary 10111001 10101000 1 0 1001 1100011 11011 110110 1100011 100100

Color Harmonies of #B9A801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A801

Black with #B9A801

Text Example


Text Example

White with #B9A801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A801; }

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

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

background-color css

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

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

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

border-color css

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

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

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