Html Css Color HEX #B9AD03 La Rioja

📋 copy color: '#B9AD03'

red 185 ◦ green 173 ◦ blue 3

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

Shades of La Rioja #B9AD03

Tints of La Rioja #B9AD03

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.92%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 51.25%
G = 47.92%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B9AD03 (or 0xB9AD03) is known color: La Rioja. HEX triplet: B9, AD and 03. RGB value is (185,173,3). Sum of RGB (Red+Green+Blue) = 185+173+3=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD03 is #4652FC. Grayscale: #9D9D9D. Windows color (decimal): -4608765 or 241081. OLE color: 241081.

HSL color Cylindrical-coordinate representation of color #B9AD03: hue angle of 56.04º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9AD03 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 3 -
CMYK 0 0.06 0.98 0.27
HSL 56.04º 0.97% 0.37% -
HSV(B) 56.04º 0.98% 0.73% -
XYZ 34.97 40.21 6 -
YUV 157.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 185 173 3 0 0.06 0.98 0.27 56.04 0.97 0.37
Hex B9 AD 3 0 6 62 1B 38 61 25
Octal 271 255 3 0 6 142 33 70 141 45
Binary 10111001 10101101 11 0 110 1100010 11011 111000 1100001 100101

Color Harmonies of #B9AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD03

Black with #B9AD03

Text Example


Text Example

White with #B9AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD03; }

 p { color: rgb(185,173,3); }

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

background-color css

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

 a { background-color: rgb(185,173,3); }

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

border-color css

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

 span { border-color: rgb(185,173,3); }

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