Html Css Color HEX #BFB917 La Rioja

📋 copy color: '#BFB917'

red 191 ◦ green 185 ◦ blue 23

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

Shades of La Rioja #BFB917

Tints of La Rioja #BFB917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.37%

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 47.87%
G = 46.37%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFB917 (or 0xBFB917) is known color: La Rioja. HEX triplet: BF, B9 and 17. RGB value is (191,185,23). Sum of RGB (Red+Green+Blue) = 191+185+23=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB917 is #4046E8. Grayscale: #A8A8A8. Windows color (decimal): -4212457 or 1554879. OLE color: 1554879.

HSL color Cylindrical-coordinate representation of color #BFB917: hue angle of 57.86º 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 #BFB917 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 23 -
CMYK 0 0.03 0.88 0.25
HSL 57.86º 0.79% 0.42% -
HSV(B) 57.86º 0.88% 0.75% -
XYZ 38.99 45.84 7.6 -
YUV 168.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 191 185 23 0 0.03 0.88 0.25 57.86 0.79 0.42
Hex BF B9 17 0 3 58 19 3A 4F 2A
Octal 277 271 27 0 3 130 31 72 117 52
Binary 10111111 10111001 10111 0 11 1011000 11001 111010 1001111 101010

Color Harmonies of #BFB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB917

Black with #BFB917

Text Example


Text Example

White with #BFB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB917; }

 p { color: rgb(191,185,23); }

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

background-color css

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

 a { background-color: rgb(191,185,23); }

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

border-color css

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

 span { border-color: rgb(191,185,23); }

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