Html Css Color HEX #B9B512 La Rioja

📋 copy color: '#B9B512'

red 185 ◦ green 181 ◦ blue 18

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

Shades of La Rioja #B9B512

Tints of La Rioja #B9B512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.14%

 BLUE value IS 18 (7.42% from 255) = 4.69%

R = 48.18%
G = 47.14%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9B512 (or 0xB9B512) is known color: La Rioja. HEX triplet: B9, B5 and 12. RGB value is (185,181,18). Sum of RGB (Red+Green+Blue) = 185+181+18=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B512 is #464AED. Grayscale: #A4A4A4. Windows color (decimal): -4606702 or 1226169. OLE color: 1226169.

HSL color Cylindrical-coordinate representation of color #B9B512: hue angle of 58.56º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9B512 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 181 18 -
CMYK 0 0.02 0.90 0.27
HSL 58.56º 0.82% 0.4% -
HSV(B) 58.56º 0.9% 0.73% -
XYZ 36.64 43.41 7.02 -
YUV 163.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 185 181 18 0 0.02 0.90 0.27 58.56 0.82 0.4
Hex B9 B5 12 0 2 5A 1B 3B 52 28
Octal 271 265 22 0 2 132 33 73 122 50
Binary 10111001 10110101 10010 0 10 1011010 11011 111011 1010010 101000

Color Harmonies of #B9B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B512

Black with #B9B512

Text Example


Text Example

White with #B9B512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B512; }

 p { color: rgb(185,181,18); }

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

background-color css

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

 a { background-color: rgb(185,181,18); }

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

border-color css

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

 span { border-color: rgb(185,181,18); }

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