Html Css Color HEX #B9B515 La Rioja

📋 copy color: '#B9B515'

red 185 ◦ green 181 ◦ blue 21

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

Shades of La Rioja #B9B515

Tints of La Rioja #B9B515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.43%

R = 47.8%
G = 46.77%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B9B515 (or 0xB9B515) is known color: La Rioja. HEX triplet: B9, B5 and 15. RGB value is (185,181,21). Sum of RGB (Red+Green+Blue) = 185+181+21=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B515 is #464AEA. Grayscale: #A4A4A4. Windows color (decimal): -4606699 or 1422777. OLE color: 1422777.

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

Color convert

RGB 185 181 21 -
CMYK 0 0.02 0.89 0.27
HSL 58.54º 0.8% 0.4% -
HSV(B) 58.54º 0.89% 0.73% -
XYZ 36.67 43.42 7.16 -
YUV 163.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 185 181 21 0 0.02 0.89 0.27 58.54 0.8 0.4
Hex B9 B5 15 0 2 59 1B 3B 50 28
Octal 271 265 25 0 2 131 33 73 120 50
Binary 10111001 10110101 10101 0 10 1011001 11011 111011 1010000 101000

Color Harmonies of #B9B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B515

Black with #B9B515

Text Example


Text Example

White with #B9B515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B515; }

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

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

background-color css

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

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

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

border-color css

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

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

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