Html Css Color HEX #BFB516 La Rioja

📋 copy color: '#BFB516'

red 191 ◦ green 181 ◦ blue 22

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

Shades of La Rioja #BFB516

Tints of La Rioja #BFB516

RGB

 RED value IS 191 (75% from 255) = 48.48%

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

 BLUE value IS 22 (8.98% from 255) = 5.58%

R = 48.48%
G = 45.94%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFB516 (or 0xBFB516) is known color: La Rioja. HEX triplet: BF, B5 and 16. RGB value is (191,181,22). Sum of RGB (Red+Green+Blue) = 191+181+22=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB516 is #404AE9. Grayscale: #A6A6A6. Windows color (decimal): -4213482 or 1488319. OLE color: 1488319.

HSL color Cylindrical-coordinate representation of color #BFB516: hue angle of 56.45º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFB516 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 22 -
CMYK 0 0.05 0.88 0.25
HSL 56.45º 0.79% 0.42% -
HSV(B) 56.45º 0.88% 0.75% -
XYZ 38.15 44.18 7.28 -
YUV 165.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 191 181 22 0 0.05 0.88 0.25 56.45 0.79 0.42
Hex BF B5 16 0 5 58 19 38 4F 2A
Octal 277 265 26 0 5 130 31 70 117 52
Binary 10111111 10110101 10110 0 101 1011000 11001 111000 1001111 101010

Color Harmonies of #BFB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB516

Black with #BFB516

Text Example


Text Example

White with #BFB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB516; }

 p { color: rgb(191,181,22); }

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

background-color css

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

 a { background-color: rgb(191,181,22); }

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

border-color css

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

 span { border-color: rgb(191,181,22); }

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