Html Css Color HEX #BFC315 La Rioja

📋 copy color: '#BFC315'

red 191 ◦ green 195 ◦ blue 21

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

Shades of La Rioja #BFC315

Tints of La Rioja #BFC315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.91%

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

R = 46.93%
G = 47.91%
B = 5.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#BFC315 (or 0xBFC315) is known color: La Rioja. HEX triplet: BF, C3 and 15. RGB value is (191,195,21). Sum of RGB (Red+Green+Blue) = 191+195+21=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC315 is #403CEA. Grayscale: #AEAEAE. Windows color (decimal): -4209899 or 1426367. OLE color: 1426367.

HSL color Cylindrical-coordinate representation of color #BFC315: hue angle of 61.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFC315 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 21 -
CMYK 0.02 0 0.89 0.24
HSL 61.38º 0.81% 0.42% -
HSV(B) 61.38º 0.89% 0.76% -
XYZ 41.14 50.16 8.22 -
YUV 173.97 41.67 140.15 -
System Red Green Blue C M Y K H S L
Decimal 191 195 21 0.02 0 0.89 0.24 61.38 0.81 0.42
Hex BF C3 15 2 0 59 18 3D 51 2A
Octal 277 303 25 2 0 131 30 75 121 52
Binary 10111111 11000011 10101 10 0 1011001 11000 111101 1010001 101010

Color Harmonies of #BFC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC315

Black with #BFC315

Text Example


Text Example

White with #BFC315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC315; }

 p { color: rgb(191,195,21); }

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

background-color css

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

 a { background-color: rgb(191,195,21); }

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

border-color css

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

 span { border-color: rgb(191,195,21); }

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