Html Css Color HEX #BFC107 La Rioja

📋 copy color: '#BFC107'

red 191 ◦ green 193 ◦ blue 7

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

Shades of La Rioja #BFC107

Tints of La Rioja #BFC107

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.36%

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 48.85%
G = 49.36%
B = 1.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#BFC107 (or 0xBFC107) is known color: La Rioja. HEX triplet: BF, C1 and 07. RGB value is (191,193,7). Sum of RGB (Red+Green+Blue) = 191+193+7=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC107 is #403EF8. Grayscale: #ABABAB. Windows color (decimal): -4210425 or 508351. OLE color: 508351.

HSL color Cylindrical-coordinate representation of color #BFC107: hue angle of 60.65º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFC107 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 7 -
CMYK 0.01 0 0.96 0.24
HSL 60.65º 0.93% 0.39% -
HSV(B) 60.65º 0.96% 0.76% -
XYZ 40.59 49.23 7.56 -
YUV 171.2 35.34 142.12 -
System Red Green Blue C M Y K H S L
Decimal 191 193 7 0.01 0 0.96 0.24 60.65 0.93 0.39
Hex BF C1 7 1 0 60 18 3D 5D 27
Octal 277 301 7 1 0 140 30 75 135 47
Binary 10111111 11000001 111 1 0 1100000 11000 111101 1011101 100111

Color Harmonies of #BFC107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC107

Black with #BFC107

Text Example


Text Example

White with #BFC107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC107; }

 p { color: rgb(191,193,7); }

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

background-color css

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

 a { background-color: rgb(191,193,7); }

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

border-color css

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

 span { border-color: rgb(191,193,7); }

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